diff options
Diffstat (limited to 'templates/page.html')
-rw-r--r-- | templates/page.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html index bd8fd58..6dec3e5 100644 --- a/templates/page.html +++ b/templates/page.html @@ -3,7 +3,7 @@ {% block content %} <div class="article page" role="article" lang="{{ page.lang }}"> <article> - <h1>{{ page.title }}</h1> + <h1 class="topmost">{{ page.title }}</h1> <div class="content"> {{ page.content | safe }} |