[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> <header>
<h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2> <h2><a href="{{ .RelPermalink }}">{{ .Title }}</a></h2>
</header> </header>
<div id="footer-name" class="footer-element">{{ .Site.Params.name }}</div>
{{ partial "social.html" . }}
<article> <article>
{{ .Summary }} {{ .Summary }}
</article> </article>
{{ end }} {{ end }}
{{ end }} {{ end }}
</div> </div>
{{ partial "footer.html" . }}
</main> </main>
</body> </body>
</html> </html>