Fix footer

This commit is contained in:
Avijit 🚀
2021-06-16 14:38:36 +02:00
parent 8ae358c2bd
commit aa8b1bc1a1
4 changed files with 15 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
{{- partial "header.html" . -}}
<main id="content">
{{- block "main" . }}{{- end }}
</main>
{{- partial "footer.html" . -}}
</main>
</body>
</html>

View File

@@ -1,6 +1,5 @@
<footer class="footer">
<span>&copy; {{ now.Year }} {{ .Site.Params.Footer}}</span>
<br>
<span>
Made with &#10084;&#65039; using <a href="https://github.com/526avijitgupta/gokarna">Gokarna</a>
</span>