From 262c2bfa9800f762fb407e5ac5774b35830b8766 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Tue, 23 Jun 2020 17:51:56 +0200 Subject: [PATCH] Fix lacking subsection class --- views/projects_details.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/projects_details.pug b/views/projects_details.pug index c55810c..7360efe 100644 --- a/views/projects_details.pug +++ b/views/projects_details.pug @@ -23,7 +23,7 @@ block content .longform__content | !{$project['content']} - .webmentions + .webmentions.subsection h2 Webmentions if ($project['hasWebmentions']) each $item in $project["webmentions"]