diff --git a/templates/authors.html b/templates/authors.html index 2526227..acb4780 100644 --- a/templates/authors.html +++ b/templates/authors.html @@ -10,7 +10,7 @@ {% if SITE_LOGO %} - + {% else %} diff --git a/templates/base.html b/templates/base.html index 4d691b9..c2731d3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -21,7 +21,7 @@ - + {% for name,link in SOCIAL if name.lower() in ['rss', 'rss-square', 'feed'] %} diff --git a/templates/category.html b/templates/category.html index 352400f..9f90e54 100644 --- a/templates/category.html +++ b/templates/category.html @@ -10,7 +10,7 @@ {% if SITE_LOGO %} - + {% else %} diff --git a/templates/index.html b/templates/index.html index ea10a4f..a6d9c52 100644 --- a/templates/index.html +++ b/templates/index.html @@ -14,14 +14,14 @@ {% if SITE_LOGO %} - + {% endif %} Menu - {{ SITENAME }} + {{ SITENAME }} {% if SITESUBTITLE %} {{ SITESUBTITLE }} {% endif %} diff --git a/templates/page.html b/templates/page.html index c0a18d5..63f4542 100644 --- a/templates/page.html +++ b/templates/page.html @@ -27,7 +27,7 @@ {% if SITE_LOGO %} - + {% else %} diff --git a/templates/partials/jsonld.html b/templates/partials/jsonld.html index ac5ae4e..b42b197 100644 --- a/templates/partials/jsonld.html +++ b/templates/partials/jsonld.html @@ -16,7 +16,7 @@ "@context" : "http://schema.org", "@type" : "Website", "name": " {{ SITENAME }} ", - "url" : "{{ SITEURL }}", + "url" : "{{ SITEURL }}/", "image": "{{ default_cover }}", "description": "{{ description }}" } diff --git a/templates/partials/og.html b/templates/partials/og.html index 8a8e5a5..b1c9f97 100644 --- a/templates/partials/og.html +++ b/templates/partials/og.html @@ -28,7 +28,7 @@ - + @@ -37,6 +37,6 @@ - + {% endfor %} diff --git a/templates/period_archives.html b/templates/period_archives.html index b7bd0d0..34b4274 100644 --- a/templates/period_archives.html +++ b/templates/period_archives.html @@ -10,7 +10,7 @@ {% if SITE_LOGO %} - + {% else %} diff --git a/templates/tag.html b/templates/tag.html index b3f3f90..386d807 100644 --- a/templates/tag.html +++ b/templates/tag.html @@ -9,7 +9,7 @@ {% if SITE_LOGO %} - + {% else %} diff --git a/templates/tags.html b/templates/tags.html index b9c3989..fdb6c35 100644 --- a/templates/tags.html +++ b/templates/tags.html @@ -10,7 +10,7 @@ {% if SITE_LOGO %} - + {% else %}