You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
493 B
HTML
29 lines
493 B
HTML
3 years ago
|
|
||
|
|
||
|
<hr/>
|
||
|
|
||
|
{{if $.Site.Data.config.enableFooter}}
|
||
|
{{if $.Site.Data.graphConfig.enableGlobalGraph}}
|
||
|
<div class="page-end">
|
||
|
|
||
|
<div>
|
||
|
{{partial "graph.html" .}}
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
{{else}}
|
||
|
<hr/>
|
||
|
<div class="page-end">
|
||
|
<div class="backlinks-container">
|
||
|
{{partial "backlinks.html" .}}
|
||
|
</div>
|
||
|
<div>
|
||
|
{{partial "graph.html" .}}
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
{{end}}
|
||
|
{{end}}
|
||
|
|
||
|
{{partial "contact.html" .}}
|