Remove main title on index
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>{{ title }}</h1>
|
|
||||||
<p id="intro">{{ presentation }}</p>
|
<p id="intro">{{ presentation }}</p>
|
||||||
{%- set ns = namespace(cur_month="") -%}
|
{%- set ns = namespace(cur_month="") -%}
|
||||||
{%- for key, page in pages.items()|sort(attribute='1.date', reverse = true) -%}
|
{%- for key, page in pages.items()|sort(attribute='1.date', reverse = true) -%}
|
||||||
@@ -26,4 +25,4 @@
|
|||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user