From 9dc342a774f083262c336f1b8b10cd6ea592883e Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Fri, 4 Feb 2022 22:19:01 -0400 Subject: [PATCH] Updated SEO in header --- templates/article.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/templates/article.html b/templates/article.html index 7ea831a..13a0a4c 100644 --- a/templates/article.html +++ b/templates/article.html @@ -18,12 +18,26 @@ {% for tag in article.tags %} {% endfor %} + {% if article.summary %} + + {% else %} + + {% endif %} + {% if SOCIAL_TWIITER %} {% endif %} + {% if article.summary %} + + {% else %} + + {% endif %} + {% if article.photo_image %} + + {% endif %} @@ -34,7 +48,7 @@ {% if article.photo_image %} {% endif %} - + {% endblock %}