New blogpost

This commit is contained in:
2024-01-18 12:12:27 -08:00
parent eedf83a58a
commit 584eb7dec8
2 changed files with 79 additions and 2 deletions

View File

@@ -19,8 +19,8 @@
<a href="/tags/{{ tag }}.html">#{{ tag }}</a>
{%- endfor %}
{% endif %}
</p>
<p>published on {{ date.date() }} </p>
</p>
<p>published on {{ date.date() }} at {{ date.time() }}</p>
<p>{%- if edited %} edited on {{ edited }}{% endif -%}</p>
</aside>