From 95ec87a86a3f0d15b75cc34f216b73fd5760fcf7 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Sun, 14 Mar 2021 19:47:49 +0100 Subject: [PATCH] Update content --- views/about.pug | 5 ----- views/blog.pug | 4 ++-- views/notes.pug | 3 +-- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/views/about.pug b/views/about.pug index cf2e413..f46eca7 100644 --- a/views/about.pug +++ b/views/about.pug @@ -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: diff --git a/views/blog.pug b/views/blog.pug index fde1181..ead429e 100644 --- a/views/blog.pug +++ b/views/blog.pug @@ -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) diff --git a/views/notes.pug b/views/notes.pug index e59ddda..3ef306f 100644 --- a/views/notes.pug +++ b/views/notes.pug @@ -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)