This commit is contained in:
onomanapeia 2024-07-08 15:40:54 -05:00
parent aa2c697a99
commit ff00b85135

View file

@ -2,13 +2,6 @@
{% block content %} {% block content %}
<h2>{{ page.title }}</h2> <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 %} {% if page.toc and page.extra.toc %}
{% for h1 in page.toc %} {% for h1 in page.toc %}