diff --git a/templates/archives.html b/templates/archives.html index 58bd4b7..22c836c 100644 --- a/templates/archives.html +++ b/templates/archives.html @@ -10,11 +10,11 @@ {% if SITE_LOGO %} - + {% else %} - Home + Home {% endif %} diff --git a/templates/article.html b/templates/article.html index 2de1252..a5ccf45 100644 --- a/templates/article.html +++ b/templates/article.html @@ -59,11 +59,11 @@ {% if SITE_LOGO %} - + {% else %} - Home + Home {% endif %} @@ -77,7 +77,7 @@ {% endif %} {% for author in article.authors %} - {{ author|capitalize }} + {{ author|title }} {% endfor %} | {{ article.locale_date }} @@ -133,11 +133,11 @@