From dd9464c4afe1263d86d6c5d5c2e058d38ac6be9b Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Wed, 09 Jun 2021 19:00:27 +0000
Subject: [PATCH] Added title to index page
---
layouts/index.html | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/layouts/index.html b/layouts/index.html
index b2bbfa0..1e2aaa0 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,6 +1,7 @@
{{ define "main" }}
<div class="post {{ with .Site.Params.doNotLoadAnimations }} . {{ else }} animated fadeInDown {{ end }}">
<div class="post-title post-content">
+ <h1>{{ .Title }}</h1>
{{ .Content }}
</div>
--
Gitblit v1.10.0