Add h-entry tags to blog and notes
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ebaaaa1963
commit
5613234328
@ -1,11 +1,12 @@
|
||||
extends layout
|
||||
|
||||
mixin entry($item)
|
||||
.longform_list__item
|
||||
article.longform_list__item
|
||||
p
|
||||
a(href="{$item['urlrel']}") !{$item['title']}
|
||||
a(href="{$item['urlrel']}").p-name !{$item['title']}
|
||||
br
|
||||
| !{$item['date_formatted']}
|
||||
| On
|
||||
time(datetime="{$item['date']}").dt-published !{$item['date_formatted']}
|
||||
|
||||
block content
|
||||
header.h-card
|
||||
@ -41,5 +42,5 @@ block content
|
||||
a(href="/about") about me
|
||||
|
||||
.longform_list
|
||||
each $item in $posts
|
||||
+entry($item)
|
||||
each $item in $posts
|
||||
+entry($item)
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
extends layout
|
||||
|
||||
mixin entry($item)
|
||||
.longform_list__item
|
||||
article.longform_list__item
|
||||
p
|
||||
| !{$item['date_formatted']}
|
||||
a(href="{$item['urlrel']}").p-name !{$item['title']}
|
||||
br
|
||||
a(href="{$item['urlrel']}") !{$item['title']}
|
||||
| On
|
||||
time(datetime="{$item['date']}").dt-published !{$item['date_formatted']}
|
||||
|
||||
block content
|
||||
header
|
||||
@ -24,5 +25,5 @@ block content
|
||||
a(href="/rss/notes") notes
|
||||
|
||||
.longform_list
|
||||
each $item in $posts
|
||||
+entry($item)
|
||||
each $item in $posts
|
||||
+entry($item)
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
extends layout
|
||||
|
||||
mixin entry($item)
|
||||
.longform_list__item
|
||||
article.longform_list__item
|
||||
p
|
||||
a(href="{$item['urlrel']}") !{$item['title']}
|
||||
br
|
||||
@ -16,5 +16,5 @@ block content
|
||||
|
||||
main
|
||||
.longform_list
|
||||
each $item in $projects
|
||||
+entry($item)
|
||||
each $item in $projects
|
||||
+entry($item)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user