Update content
This commit is contained in:
parent
d6a09fbd40
commit
95ec87a86a
@ -134,11 +134,6 @@ block content
|
||||
li Home automation
|
||||
li Cryptography
|
||||
|
||||
h3 Open source contributions
|
||||
p
|
||||
| Go to:
|
||||
a(href="/foss") FOSS
|
||||
|
||||
h2 >> Music
|
||||
p
|
||||
| Go to:
|
||||
|
@ -1,7 +1,7 @@
|
||||
extends templates/main
|
||||
|
||||
mixin entry(item)
|
||||
article.longform_list__item.h-entry
|
||||
article.h-entry
|
||||
p
|
||||
a(href=item['urlrel']).p-name.u-url !{item['title']}
|
||||
br
|
||||
@ -16,6 +16,6 @@ block content
|
||||
div(style="display:none")
|
||||
include id
|
||||
|
||||
.longform_list.h-feed
|
||||
.h-feed
|
||||
each item in blogPosts
|
||||
+entry(item)
|
||||
|
@ -1,7 +1,7 @@
|
||||
extends templates/main
|
||||
|
||||
mixin entry(item)
|
||||
article.longform_list__item.h-entry
|
||||
article.h-entry
|
||||
p
|
||||
a(href=item['urlrel']).p-nameu-url !{item['title']}
|
||||
br
|
||||
@ -12,6 +12,5 @@ block content
|
||||
include partials/nav
|
||||
|
||||
main
|
||||
.longform_list
|
||||
each item in notes
|
||||
+entry(item)
|
||||
|
Loading…
x
Reference in New Issue
Block a user