diff --git a/templates/base.html b/templates/base.html index 47090fd..4db8852 100644 --- a/templates/base.html +++ b/templates/base.html @@ -73,7 +73,7 @@ {% if USE_GOOGLE_FONTS != False %} {% endif %} - {% endif %} @@ -115,6 +115,10 @@ {% endif %} + {% for _, link in SOCIAL%} + + {% endfor %} + {% if not PLUGINS or 'seo' not in PLUGINS %} {% if REL_CANONICAL %} {% if page %} @@ -129,7 +133,7 @@ {% endif %} {% endif %} - {% endif %} + {% endif %} {% block meta %}