From 62b168d84f18ad8d2b645a3c785c334e80af90b6 Mon Sep 17 00:00:00 2001 From: TheOrangeOne Date: Fri, 26 Aug 2016 13:03:40 +0100 Subject: [PATCH] actually show metatags on no JS page --- theme/templates/page-no-js.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/theme/templates/page-no-js.html b/theme/templates/page-no-js.html index f83cd4f..4a5d46a 100644 --- a/theme/templates/page-no-js.html +++ b/theme/templates/page-no-js.html @@ -7,9 +7,7 @@ - {% for tag, value in page.ogtags %} - - {% endfor %} + {{ page.metatags }} {{ page.title }} - {{ SITENAME }}