mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 19:55:24 +01:00 
			
		
		
		
	Adding the hyde theme
This commit is contained in:
		
							
								
								
									
										26
									
								
								themes/hyde/layouts/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								themes/hyde/layouts/index.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,26 @@ | ||||
| {{ template "theme/chrome/head.html" . }} | ||||
| <body> | ||||
|  | ||||
| {{ template "theme/chrome/sidebar.html" . }} | ||||
|  | ||||
|     <div class="content container"> | ||||
| <div class="posts"> | ||||
|  | ||||
|       {{ range .Data.Pages }} | ||||
|   <div class="post"> | ||||
|     <h1 class="post-title"> | ||||
|       <a href="{{ .Permalink }}"> | ||||
|         {{ .Title }} | ||||
|       </a> | ||||
|     </h1> | ||||
|  | ||||
|     <span class="post-date">{{ .Date.Format "Mon, Jan 2, 2006" }}</span> | ||||
|  | ||||
|     {{ .Content }} | ||||
|   </div> | ||||
|   {{ end }} | ||||
| </div> | ||||
|  | ||||
|  | ||||
|   </body> | ||||
| </html> | ||||
		Reference in New Issue
	
	Block a user
	 spf13
					spf13