damnit four
This commit is contained in:
27
themes/kiera/layouts/partials/footer.html
Normal file
27
themes/kiera/layouts/partials/footer.html
Normal file
@ -0,0 +1,27 @@
|
||||
</main>
|
||||
<footer>
|
||||
<ul>
|
||||
<li>
|
||||
<h6>{{ if .Site.Copyright }}{{ .Site.Copyright | markdownify }} | {{ end }}
|
||||
{{ T "rendered" }} <a href="https://gohugo.io" title="Hugo">Hugo</a> |
|
||||
<a href="{{.Site.BaseURL}}index.xml">{{ T "subscribe" }} </a></h6>
|
||||
</li>
|
||||
{{ $currentPage := . }}
|
||||
{{ range .Site.Menus.footer }}
|
||||
<li>
|
||||
<h6><a class="{{if or ($currentPage.IsMenuCurrent "footer" .) ($currentPage.HasMenuCurrent "footer" .) }}active{{end}}" href="{{ .URL | relURL }}">
|
||||
<i class="fa-li fa {{ .Pre }} fa-lg"></i><span>{{ .Name }}</span>
|
||||
</a></h6>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</footer>
|
||||
</div>
|
||||
<script src="{{ "js/scripts.js" | relURL }}"></script>
|
||||
{{ if .Site.Config.Services.GoogleAnalytics }}
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
{{ end }}
|
||||
{{ partial "user_footer" . }}
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user