Jacky Zhao
2022-09-12 e6c7a4e1e2e3b0437b5dbbbeb7abc4e05622db16
layouts/partials/footer.html
@@ -1,5 +1,9 @@
<hr/>
<div class="page-end">
{{if $.Site.Data.config.enableFooter}}
<div class="page-end" id="footer">
    <div class="backlinks-container">
        {{partial "backlinks.html" .}}
    </div>
@@ -7,16 +11,6 @@
        {{partial "graph.html" .}}
    </div>
</div>
{{end}}
<!-- Contact Info -->
<div id="contact_buttons">
    <footer>
        <p>Made by {{ $.Site.Data.config.name }} using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © {{ dateFormat "2006" now }}</p>
        {{ if not .IsHome }}
        <a href="/">Home</a>
        {{end}}
        {{- range $.Site.Data.config.links -}}
        <a href="{{.link}}">{{.link_name}}</a>
        {{- end -}}
    </footer>
</div>
{{partial "contact.html" .}}