We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ffe90 commit 521b51aCopy full SHA for 521b51a
templates/blog-page.html
@@ -2,7 +2,9 @@
2
3
{% block content %}
4
<article class="h-entry">
5
- <div><a href="..">..</a>/<span class="accent-data"><a class="u-url" href="{{ page.permalink }}">{{page.slug}}</a></span></div>
+ <div>
6
+ <a href="..">..</a>/<span class="accent-data"><a class="u-url" href="{{ page.permalink }}">{{page.slug}}</a></span>
7
+ </div>
8
<time class="dt-published" datetime="{{ page.date }}">Published on: <span class="accent-data">{{ page.date }}</span></time>
9
{% if config.extra.author and config.extra.display_author == true %}
10
<address rel="author">By <span class="accent-data"><a class="p-author h-card" href="https://confusedalex.dev">{{config.extra.author}}</a></span></address>
0 commit comments