mirror of
				https://github.com/falsycat/ar.falsy.cat.git
				synced 2025-10-28 04:12:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			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" .}}
 |