Skip to content

Commit 521b51a

Browse files
committed
refactor: formating
1 parent 11ffe90 commit 521b51a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

templates/blog-page.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
{% block content %}
44
<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>
5+
<div>
6+
<a href="..">..</a>/<span class="accent-data"><a class="u-url" href="{{ page.permalink }}">{{page.slug}}</a></span>
7+
</div>
68
<time class="dt-published" datetime="{{ page.date }}">Published on: <span class="accent-data">{{ page.date }}</span></time>
79
{% if config.extra.author and config.extra.display_author == true %}
810
<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

Comments
 (0)