mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-18 20:10:12 +01:00
Add title to events page
This commit is contained in:
parent
db93df11da
commit
2b960cc803
2 changed files with 5 additions and 19 deletions
|
@ -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>
|
|
@ -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' />
|
||||
|
|
Loading…
Reference in a new issue