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