Add title to events page

This commit is contained in:
MG-5 2023-10-20 14:30:55 +02:00
parent db93df11da
commit 2b960cc803
2 changed files with 5 additions and 19 deletions

View file

@ -1,18 +0,0 @@
<!DOCTYPE html>
<html>
{% include default/head.liquid %}
<body>
{% include default/navbar.liquid %}
<div class="wrapper">
{{ content }}
</div>
{% include default/footer.liquid %}
</body>
</html>

View file

@ -1,10 +1,14 @@
---
layout: calendar
layout: default
title: Events
permalink: /events
icon: "far fa-calendar"
---
<center>
<h2 class="title"> <i class="far fa-calendar"></i> Events </h2>
</center>
<html lang='de'>
<head>
<meta charset='utf-8' />