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)