tweaks
This commit is contained in:
parent
aa2c697a99
commit
ff00b85135
1 changed files with 0 additions and 7 deletions
|
@ -2,13 +2,6 @@
|
|||
|
||||
{% block content %}
|
||||
<h2>{{ page.title }}</h2>
|
||||
<div class="blogauthor">
|
||||
{% if config.extra.author and config.extra.display_author == true %}
|
||||
<address rel="author">by <span class="metaData">{{config.extra.author}}</span></address></div>
|
||||
{% endif %}
|
||||
<div class="blogdate">
|
||||
<time datetime="{{ page.date }}">published <span class="metaData">{{ page.date }}</span></time>
|
||||
</div>
|
||||
|
||||
{% if page.toc and page.extra.toc %}
|
||||
{% for h1 in page.toc %}
|
||||
|
|
Loading…
Add table
Reference in a new issue