[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>
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue