forked from Git/hugo-story
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!-- Footer -->
 | 
						|
<footer class="wrapper style1 align-center">
 | 
						|
    <div class="inner">
 | 
						|
        <ul class="icons">
 | 
						|
            {{ with .Site.Params.social.email }}<li><a target="_blank" href="mailto:{{.}}" class="fav icon style2 fa-envelope"><span class="label">Email</span></a></li>{{end}}
 | 
						|
            {{ with .Site.Params.social.git }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-git-alt"><span class="label">Git</span></a></li>{{end}}
 | 
						|
            {{ with .Site.Params.social.mastodon }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-mastodon"><span class="label">Mastodon</span></a></li>{{end}}
 | 
						|
            {{ with .Site.Params.social.linkedin }}<li><a target="_blank" href="{{.}}" class="icon brands style2 fa-linkedin"><span class="label">LinkedIn</span></a></li>{{end}}
 | 
						|
            
 | 
						|
            
 | 
						|
        </ul>
 | 
						|
        <p>© AGR Asia Solutions Pte. Ltd. 2020 | Powered by <a target="_blank" href="https://gohugo.io/">Hugo</a>  | Theme by <a target="_blank" href="https://github.com/caressofsteel/hugo-story">Caress Of Steel</a></p>
 | 
						|
</div>
 | 
						|
</footer>
 | 
						|
 | 
						|
<!-- FontAwesome JS -->
 | 
						|
{{ range .Site.Params.asset.fontawesome_js -}}
 | 
						|
    <script type="text/javascript" src="{{ . | absURL }}"></script>
 | 
						|
{{- end }}
 |