jackyzha0
2021-07-18 ea69050587407022a02011e18874c9bcdfe779bd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div>
    <hr/>
    {{partial "backlinks.html" .}}
    {{partial "graph.html" .}}
</div>
 
<!-- Contact Info -->
<div id="contact_buttons" class="lt-centre">
    <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>