Add a bunch more blog stuff and templates
This commit is contained in:
parent
a67ac803b3
commit
2a815643c0
16 changed files with 161 additions and 23 deletions
|
@ -1,5 +1,9 @@
|
|||
<strong class="subtitle">
|
||||
written: {{ page.date }}
|
||||
written: {{ page.date | date(format="%Y-%m-%d at %l:%M:%S%p EST") }}
|
||||
{%- if page.updated %}
|
||||
<br>
|
||||
modified: {{ page.updated | date(format="%Y-%m-%d at %l:%M:%S%p EST") }}
|
||||
{%- endif -%}
|
||||
<br>
|
||||
authors: {%- for tag in page.taxonomies.authors | sort | unique(case_sensitive=false) %}
|
||||
<a class="post-author" href="{{ get_taxonomy_url(kind='authors', name=tag) | safe }}">{{ tag }}</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue