summaryrefslogtreecommitdiff
path: root/themes/orca/layouts/partials/post-item.html
diff options
context:
space:
mode:
authorfrosty <passedgoadngot200@disroot.org>2025-08-28 10:48:45 -0400
committerfrosty <passedgoadngot200@disroot.org>2025-08-28 10:48:45 -0400
commitf89969d98637f244b9325f16c0b3b923fb65ef59 (patch)
treec6020d8d2fd7b54c8ba84330fc35b051ecac8151 /themes/orca/layouts/partials/post-item.html
parentd0deda9b496f582374f71bf25dd97b8410387a21 (diff)
downloadwww-f89969d98637f244b9325f16c0b3b923fb65ef59.tar.gz
www-f89969d98637f244b9325f16c0b3b923fb65ef59.zip
work on layout and write basic nginx pageHEADmaster
Diffstat (limited to 'themes/orca/layouts/partials/post-item.html')
-rw-r--r--themes/orca/layouts/partials/post-item.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/themes/orca/layouts/partials/post-item.html b/themes/orca/layouts/partials/post-item.html
index 183dd28..b20a8f8 100644
--- a/themes/orca/layouts/partials/post-item.html
+++ b/themes/orca/layouts/partials/post-item.html
@@ -1,11 +1,13 @@
<div class="post">
<small class="right"><a href="/{{ .Type }}/">{{ .Type }}</a></small>
- <b><a href="{{ .Permalink }}">{{ .Title }}</a></b>
- <br>
<i>{{ .Date.Format "January 2nd, 2006" }}</i>
<br>
+ <b><a href="{{ .Permalink }}">{{ .Title }}</a></b>
<br>
<span>
- {{ range $i, $t := .Params.tags }}{{ if $i }}, {{ end }}<a href="">{{ $t }}</a>{{ end }}
+{{ range $i, $t := .Params.tags -}}
+ {{ if $i }}, {{ end -}}
+ {{ $t -}}
+{{- end }}
</span>
</div>