mirror of
https://github.com/safing/web
synced 2025-09-02 11:09:03 +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">
|
<div class="content" id="blog">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ content | replace: '<!--break-->', '<a class="anchor" id="continue"></a>' }}
|
{{ 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>
|
</div>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
Loading…
Add table
Reference in a new issue