diff options
| author | Pinapelz <yukais@pinapelz.com> | 2026-06-12 18:35:59 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-06-12 18:35:59 -0700 |
| commit | f06f7ebccd7fd6fd96ca4dc403e91b804fa0a08d (patch) | |
| tree | 91d2772d34129564cf9ae4ca1a70afe8c6d9de45 /indieweb-micro/themes/MinIndie/layouts/notes/single.html | |
| parent | 83b01596a639a2ac9d8c847d33f666c70bf702a9 (diff) | |
move microblog to main blog
Diffstat (limited to 'indieweb-micro/themes/MinIndie/layouts/notes/single.html')
| -rw-r--r-- | indieweb-micro/themes/MinIndie/layouts/notes/single.html | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/indieweb-micro/themes/MinIndie/layouts/notes/single.html b/indieweb-micro/themes/MinIndie/layouts/notes/single.html deleted file mode 100644 index 7b96f5c..0000000 --- a/indieweb-micro/themes/MinIndie/layouts/notes/single.html +++ /dev/null @@ -1,44 +0,0 @@ -{{ define "main" }} -{{ $ageDays := div (sub now.Unix .Date.Unix) 86400 }} - <main> - <article class="h-entry"> - <div hidden>{{ partial "bio-hcard.html" . }}</div> - <div><b> - <time class="dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05-07:00" }}"> - {{ .Date.Format (default "2006-01-02 15:04:05" .Site.Params.dateFmt) }} - </time> - - <a href="{{ .Permalink }}" class="u-url u-uid" >Permalink</a> - </b></div> - - {{- if or .Params.categories .Params.tags -}} - <div class="article-meta"> - {{- with .Params.categories -}} - <span class="categories"> - Categories: - {{ range . }} - <a href="{{ "/categories/" | relLangURL }}{{ . | urlize }}">{{ . }}</a> - {{ end }} - </span> - {{- end -}} - {{- if and .Params.categories .Params.tags -}} - -- - {{- end -}} - {{- with .Params.tags -}} - <span class="tags"> - Tags: - {{ range . }} - #<a href="{{ "/tags/" | relLangURL }}{{ . | urlize }}" class="p-category">{{ . }}</a> - {{ end }} - </span> - {{- end -}} - </div> - {{- end -}} - - {{- partial "article-precontent.html" . -}} - - <div class="e-content"> - {{ .Content }} - </div> - </article> - </main> -{{ end }} |
