mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	To prevent "Showcase" from becoming "Showcases", also to have the RSS feed display correct titles, i.e. "Showcase on gohugo.io" rather than "Showcase on ".
		
			
				
	
	
		
			13 lines
		
	
	
		
			380 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			380 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ partial "header.html" . }}
 | 
						|
 | 
						|
   <h1 id="title">Hugo-built Sites (with source)</h1>
 | 
						|
        <div class="row">
 | 
						|
        {{ range .Data.Pages.ByDate }}
 | 
						|
            {{ .Render "thumbnail"}}
 | 
						|
        {{ end }}
 | 
						|
        </div>
 | 
						|
  <br><br>
 | 
						|
  If you want to be added to this page, please send a <a href="https://github.com/spf13/hugo/pulls">pull request</a>.
 | 
						|
 | 
						|
{{ partial "footer.html" . }}
 |