mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 19:55:24 +01:00 
			
		
		
		
	Adding the Herring Cove theme
This commit is contained in:
		
							
								
								
									
										9
									
								
								themes/herring-cove/layouts/_default/list.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								themes/herring-cove/layouts/_default/list.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| {{ template "theme/chrome/header.html" . }} | ||||
|   <div id="article"> | ||||
|       <h1>{{.Title}}</h1> | ||||
|   <ul class="posts"> | ||||
|       {{ range .Data.Pages }} | ||||
|       <li><span><a href="{{ .Permalink }}">{{ .Title }}</a><time class="pull-right post-list">{{ .Date.Format "Mon, Jan 2, 2006" }}</h4></time></span></span></li> | ||||
|       {{ end }} | ||||
|   </ul> | ||||
| {{ template "theme/chrome/footer.html" . }} | ||||
		Reference in New Issue
	
	Block a user
	 spf13
					spf13