[THEME] Remove the footer
This commit is contained in:
parent
45f889419e
commit
4bc3a9824e
1 changed files with 3 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue