nueroplastic til post

This commit is contained in:
2026-02-24 00:37:11 -07:00
parent a47a28e074
commit 60c4ab4137
14 changed files with 293 additions and 136 deletions
@@ -13,4 +13,9 @@
<div class="flex-break"></div>
<span class="post-date">{{ dateFormat (or .Site.Params.dateFormat "January 2, 2006") .Date}}</span>
{{ end }}
{{ with .Params.Tags }}
<div class="post-title-tags">
{{ range . }}<a href="{{ absURL "tags/" }}{{ . | urlize }}/" class="post-title-tag">{{ . }}</a>{{ end }}
</div>
{{ end }}
</div>