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.
		
		
		
		
		
			
		
			
				
	
	
		
			22 lines
		
	
	
		
			599 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			22 lines
		
	
	
		
			599 B
		
	
	
	
		
			HTML
		
	
<hr/>
 | 
						|
<div class="page-end">
 | 
						|
    <div class="backlinks-container">
 | 
						|
        {{partial "backlinks.html" .}}
 | 
						|
    </div>
 | 
						|
    <div>
 | 
						|
        {{partial "graph.html" .}}
 | 
						|
    </div>
 | 
						|
</div>
 | 
						|
 | 
						|
<!-- 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> |