fix redundant templates #43

This commit is contained in:
Huy Tran 2018-10-06 08:32:47 +10:00
parent 10a61f63d8
commit afc0e0f45b

View file

@ -24,14 +24,6 @@
{{ partial "sidebar/social.html" . }}
</div>
</div>
<p class="copyright">
{{ with .Site.Params.copyright }}{{.|safeHTML}}{{ else }}&copy; {{ now.Format "2006"}} {{.Site.Params.author}}.
<a href="https://creativecommons.org/licenses/by-sa/4.0">Some Rights Reserved</a>.
<br/>Built with
<a href="https://gohugo.io">Hugo</a> ❤️ <a href="https://github.com/htr3n/hyde-hyde">hyde-hyde</a>.
{{end}}
</p>
</div>
<div>
{{ partial "sidebar/copyright.html" . }}
</div>
</div>