jk.nipponalba.scot website
				https://jk.nipponalba.scot
			
			
		
			You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
			
		
		
		
		
			
		
			
				
					
					
						
							34 lines
						
					
					
						
							1.8 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							34 lines
						
					
					
						
							1.8 KiB
						
					
					
				| {{ define "main" }} | |
|   <main> | |
| <div class="contents"> | |
| <span id="pagination-top">{{ partial "pagination.html" . }}</span> | |
|           {{ range .Paginator.Pages }} | |
|               <section data-post-type="{{ .Type }}" class="h-entry {{.Type }}"> | |
|                 <div class="author"> | |
|                   <a rel="author" class= "u-author" href="https://jk.nipponalba.scot" style="display:none"><img class="u-photo" src="/images/profile.jpg"/></a> | |
|                 </div> | |
|                 <aside> | |
|                   {{if eq .Type "article" }}<a href="{{ .RelPermalink }}" class="link u-url"><h3 class="">{{ .Title }}</h3></a><b>{{ .Description }}</b>{{ end }} | |
|                   <div class="e-content"> | |
|                     {{ with .Page.Params.Photo }} | |
|                       {{range .Page.Params.Photo, $photo := .}} | |
|                         {{ printf $photo }} | |
|                       {{end}} | |
| {{ end }} | |
|                     {{ .Content }} | |
|                   </div> | |
|                   <a href="{{ .RelPermalink }}" class="link u-url"><time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "02/01/2006 15:04 GMT" }}</time></a> | |
|                   {{if eq .Type "article" }}<div class="post-footer"> | |
|                     <div class="info"> | |
|                       {{ with .Page.Params.Blog }}{{ partial "taxonomy/blog.html" . }}{{ end }} | |
|                       {{ with .Page.Params.Categories }}{{ partial "taxonomy/categories.html" . }}{{ end }} | |
|                       {{ with .Page.Params.Tags }}{{ partial "taxonomy/tags.html" . }}{{ end }} | |
|                     </div> | |
|                   </div>{{end}} | |
|                 </aside> | |
|                 </section><hr/> | |
|             {{ end }} | |
|       <span id="pagination-bottom">{{ partial "pagination.html" . }}</span> | |
|           </div> | |
|   </main> | |
| {{ end }}
 |