ar.falsy.cat/layouts/partials/footer.html

18 lines
526 B
HTML
Raw Normal View History

2021-07-18 13:35:42 +00:00
<div>
<hr/>
2021-07-18 15:54:00 +00:00
{{partial "backlinks.html" .}}
2021-07-18 13:35:42 +00:00
{{partial "graph.html" .}}
</div>
<!-- Contact Info -->
<div id="contact_buttons" class="lt-centre">
<footer>
2021-07-18 15:54:00 +00:00
<p>Made by {{ $.Site.Data.config.name }} using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © {{ dateFormat "2006" now }}</p>
2021-07-18 13:35:42 +00:00
{{ if not .IsHome }}
2021-07-18 15:54:00 +00:00
<a href="/">Home</a>
2021-07-18 13:35:42 +00:00
{{end}}
2021-07-18 15:54:00 +00:00
{{- range $.Site.Data.config.links -}}
2021-07-18 13:35:42 +00:00
<a href="{{.link}}">{{.link_name}}</a>
{{- end -}}
</footer>
</div>