Update content

This commit is contained in:
Yarmo Mackenbach 2021-03-14 19:47:49 +01:00
parent d6a09fbd40
commit 95ec87a86a
Signed by: yarmo
GPG Key ID: 37367F4AF4087AD1
3 changed files with 3 additions and 9 deletions

View File

@ -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:

View File

@ -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)

View File

@ -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)