This commit is contained in:
parent
f3e448d75d
commit
6837aaeafe
@ -10,7 +10,7 @@ block content
|
|||||||
h1.p-name !{$post['title']}
|
h1.p-name !{$post['title']}
|
||||||
p.longform__header
|
p.longform__header
|
||||||
| Posted on
|
| 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
|
| by
|
||||||
a(href="/" rel="author").p-author.h-card !{$post['author']}
|
a(href="/" rel="author").p-author.h-card !{$post['author']}
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ block content
|
|||||||
h1.p-name !{$post['title']}
|
h1.p-name !{$post['title']}
|
||||||
p.longform__header
|
p.longform__header
|
||||||
| Posted on
|
| 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
|
| by
|
||||||
a(href="/" rel="author").p-author.h-card !{$post['author']}
|
a(href="/" rel="author").p-author.h-card !{$post['author']}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user