Added u-url to posts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Yarmo Mackenbach 2020-06-13 23:23:51 +02:00
parent f3e448d75d
commit 6837aaeafe
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ block content
h1.p-name !{$post['title']}
p.longform__header
| Posted on
time(datetime="{$post['date']}").dt-published !{$post['date_formatted']}
a(href="{$post['url']}" datetime="{$post['date']}").u-url.dt-published !{$post['date_formatted']}
| by
a(href="/" rel="author").p-author.h-card !{$post['author']}

View File

@ -12,7 +12,7 @@ block content
h1.p-name !{$post['title']}
p.longform__header
| Posted on
time(datetime="{$post['date']}").dt-published !{$post['date_formatted']}
a(href="{$post['url']}" datetime="{$post['date']}").u-url.dt-published !{$post['date_formatted']}
| by
a(href="/" rel="author").p-author.h-card !{$post['author']}