summaryrefslogtreecommitdiffstats
path: root/indieweb-micro/themes/MinIndie/layouts/_default/list.html
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-06-12 18:35:59 -0700
committerPinapelz <yukais@pinapelz.com>2026-06-12 18:35:59 -0700
commitf06f7ebccd7fd6fd96ca4dc403e91b804fa0a08d (patch)
tree91d2772d34129564cf9ae4ca1a70afe8c6d9de45 /indieweb-micro/themes/MinIndie/layouts/_default/list.html
parent83b01596a639a2ac9d8c847d33f666c70bf702a9 (diff)
move microblog to main blog
Diffstat (limited to 'indieweb-micro/themes/MinIndie/layouts/_default/list.html')
-rw-r--r--indieweb-micro/themes/MinIndie/layouts/_default/list.html57
1 files changed, 0 insertions, 57 deletions
diff --git a/indieweb-micro/themes/MinIndie/layouts/_default/list.html b/indieweb-micro/themes/MinIndie/layouts/_default/list.html
deleted file mode 100644
index 7f8130e..0000000
--- a/indieweb-micro/themes/MinIndie/layouts/_default/list.html
+++ /dev/null
@@ -1,57 +0,0 @@
-{{ define "main" }}
-<main class="content-list">
- {{ $pageKind := .Kind }}
- {{ if or .Title .Content }}
- <div>
- {{ if .Title }}
- <h1>
- {{ .Title }}
- {{ partial "single-title-extra.html" . }}
- </h1>
- {{ end }}
- {{ with .Content }}<div class="justify">{{ . }}</div>{{ end }}
- </div>
- {{ end }}
-
- <div class="h-feed">
- {{ $yearCptr := "" }}
- {{ $monthCptr := "" }}
- {{ range .Paginator.Pages }}
- {{ $postYear := .Date.Year }}
- {{ $postMonth := .Date.Month }}
-
- {{ if or (ne $monthCptr $postMonth) (and (eq $yearCptr "") (eq $monthCptr "")) }}
- {{ $yearCptr = $postYear }}
- {{ $monthCptr = $postMonth }}
- {{ if and (ne $yearCptr "") (ne $monthCptr "") }}
- </ul>
- </div>
- {{ end }}
- <div>
- <h3>{{ $monthCptr }} {{ $yearCptr }}</h3>
- <ul>
- {{ end }}
-
- <li class="h-entry">
- <div hidden>
- {{ partial "bio-hcard.html" . }}
- </div>
- <div class="post-title">
- <time class="date dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05-07:00" }}">{{ .Date.Format "02" }}</time>:
- {{ if eq $pageKind "term" }}[{{ .Type }}] {{ end }}
- <a href="{{ .Permalink }}" class="u-url p-name title">
- {{.Title }}
- </a>
- </div>
- </li>
-
- {{ $yearCptr = $postYear }}
- {{ $monthCptr = $postMonth }}
- {{ end }}
- </ul>
- </div>
- </div>
-
- {{ partial "pagination.html" . }}
-</main>
-{{ end }}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage