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.
		
		
		
		
		
			
		
			
				
	
	
		
			25 lines
		
	
	
		
			508 B
		
	
	
	
		
			HTML
		
	
			
		
		
	
	
			25 lines
		
	
	
		
			508 B
		
	
	
	
		
			HTML
		
	
| {{if $.Site.Data.config.enableFooter}}
 | |
|   {{if $.Site.Data.graphConfig.enableGlobalGraph}}
 | |
|       <div class="page-end" id="footer">
 | |
| 
 | |
|         <div>
 | |
|             {{partial "graph.html" .}}
 | |
|         </div>
 | |
| 
 | |
|       </div>
 | |
|   {{else}}
 | |
|       <hr/>
 | |
|       <div class="page-end" id="footer">
 | |
|         <div class="backlinks-container">
 | |
|             {{partial "backlinks.html" .}}
 | |
|         </div>
 | |
|         <div>
 | |
|             {{partial "graph.html" .}}
 | |
|         </div>
 | |
| 
 | |
|       </div>
 | |
|   {{end}}
 | |
| {{end}}
 | |
| 
 | |
| {{partial "contact.html" .}}
 |