chiark / gitweb /
theme: more harmless reorganization.
authorVladimír Vondruš <mosra@centrum.cz>
Sat, 16 Dec 2017 01:03:34 +0000 (02:03 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sat, 16 Dec 2017 10:38:14 +0000 (11:38 +0100)
pelican-theme/templates/archives.html
pelican-theme/templates/base_blog.html

index cf2196963f89a8920680ea8c2b1491bab1f63de0..29422b4cdf42abb91195e2111ae33219cbee3465 100644 (file)
@@ -1,5 +1,7 @@
 {% extends "base_blog.html" %}
 
+{% block title %}{{ M_BLOG_NAME|e }}{% endblock %}
+
 {% block head_links %}
   {% if articles_page and articles_page.has_previous() %}
   <link rel="prev" href="{{ articles_previous_page.url|format_siteurl|e }}" />
index dfa4d1a40bc21c460a26fdcb3e1eb4a61637f493..856ecee6e1878497aa51d957c3c29e418fcde075 100644 (file)
@@ -2,8 +2,6 @@
 {% if not M_BLOG_NAME %}{% set M_BLOG_NAME = SITENAME %}{% endif %}
 {% extends 'base.html' %}
 
-{% block title %}{{ M_BLOG_NAME|e }}{% endblock %}
-
 {% block main %}
 {% if article and article.cover %}
 {% else %}