17 lines
		
	
	
		
			677 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			677 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<footer class="footer">
 | 
						|
	{{ partial "social.html" . }}
 | 
						|
 | 
						|
    <p><a href="https://git.ivayloivanov.eu/ivo/hugo-theme-noteworthy" target="_blank" rel="noopener">{{ i18n "noteworthy_theme" }}</a></p>
 | 
						|
    <p><a href="https://gohugo.io" target="_blank" rel="noopener">{{ i18n "built_with_hugo" }}</a></p>
 | 
						|
 | 
						|
  <script src="{{ "/" | relURL }}js/main.js"></script>
 | 
						|
 | 
						|
  {{ $js := resources.Get "js/gallery.js" }}
 | 
						|
  {{ $jsFile := $js | resources.Minify }}
 | 
						|
  <script type="text/javascript" src="{{ $jsFile.Permalink }}"></script>
 | 
						|
 | 
						|
  {{ $css := resources.Get "css/gallery.css" }}
 | 
						|
  {{ $cssFile := $css | resources.Minify }}
 | 
						|
  <link href="{{ $cssFile.Permalink }}" rel="stylesheet">
 | 
						|
</footer>
 |