1
0
Fork 0
mirror of https://github.com/safing/web synced 2025-04-17 01:19:08 +00:00

Add date and author at bottom

This commit is contained in:
Luke 2021-04-22 11:53:29 +02:00
parent f8cf7f90c9
commit 29e5dcac73

View file

@ -29,6 +29,7 @@ layout: page_container
<div class="content" id="blog">
{% endif %}
{{ content | replace: '<!--break-->', '<a class="anchor" id="continue"></a>' }}
<p>{{ page.date | date: "%B %-d, %Y" }} • Written by <a href="{{ site.team_url }}#{{ page.author | slugify }}">{{ page.author | capitalize }}</a></p>
</div>
<hr>