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:
parent
f8cf7f90c9
commit
29e5dcac73
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue