added cactus theme files
This commit is contained in:
14
hugo-content/themes/cactus/layouts/partials/footer.html
Normal file
14
hugo-content/themes/cactus/layouts/partials/footer.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<footer id="footer">
|
||||
<div class="footer-left">
|
||||
Copyright © {{ now.Format "2006" }} {{ if .Site.Copyright }} {{ print .Site.Copyright | markdownify }} {{ else }} {{ print .Site.Title }} {{ end }}
|
||||
</div>
|
||||
<div class="footer-right">
|
||||
<nav>
|
||||
<ul>
|
||||
{{ range .Site.Menus.main }}
|
||||
<li><a href="{{ .URL }}">{{ .Name }}</a></li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</footer>
|
||||
Reference in New Issue
Block a user