Remove main title on index

This commit is contained in:
2026-01-25 16:44:09 +01:00
parent a1e3f70162
commit 484e24c855

View File

@@ -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) -%}