[THEME] Remove the footer

This commit is contained in:
Gregory Trolliet 2023-09-08 14:22:04 +02:00
parent 45f889419e
commit 4bc3a9824e
1 changed files with 3 additions and 1 deletions

View File

@ -9,13 +9,15 @@
<header>
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
</header>
<div id="footer-name" class="footer-element">{{ .Site.Params.name }}</div>
{{ partial "social.html" . }}
<article>
{{ .Summary }}
</article>
{{ end }}
{{ end }}
</div>
{{ partial "footer.html" . }}
</main>
</body>
</html>