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