content section
This commit is contained in:
		
							parent
							
								
									094ab9d064
								
							
						
					
					
						commit
						b4e2697116
					
				
					 6 changed files with 82 additions and 18 deletions
				
			
		
							
								
								
									
										12
									
								
								layouts/partials/contact.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								layouts/partials/contact.html
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,12 @@
 | 
			
		|||
<!-- 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>
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue