diff --git a/themes/next.copyleft.org/templates/base.html b/themes/next.copyleft.org/templates/base.html index 5d41916..a22263b 100644 --- a/themes/next.copyleft.org/templates/base.html +++ b/themes/next.copyleft.org/templates/base.html @@ -73,7 +73,22 @@ header a.active { text-decoration: underline; } + + /* Set up the home page title animation */ + header h1#title { + opacity: 0; + translate: 0 -10px; + } + {% endblock head %} @@ -102,7 +117,7 @@ {% if output_file == 'index.html' %} -

> {{ SITENAME }}

+

> {{ SITENAME }}

{% if SITESUBTITLE %}{{ SITESUBTITLE }}{% endif %}

{% endif %}