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.
		
		
			
		
		
		
		
			
		
			
				
					
					
						
							63 lines
						
					
					
						
							3.6 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							63 lines
						
					
					
						
							3.6 KiB
						
					
					
				| {{ define "main" }} | |
|   <main> | |
| <div class="contents"> | |
| <span id="pagination-top">{{ partial "pagination.html" . }}</span> | |
|           {{ range .Paginator.Pages }} | |
|               {{ if not (eq .Type "response")}}<section data-post-type="{{ .Type }}" class="h-entry {{.Type }}"> | |
|                 <div class="p-author author" style="display:none;"> | |
|                   <a rel="author" class="p-name u-url u-uid" rel="me" href="https://jk.nipponalba.scot">{{ .Site.Params.Title }}</a> | |
|                   <img class="u-photo" src="/images/profile.jpg"/> | |
|                 </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"> | |
|                     {{ .Content }} | |
|                     {{ if eq .Type "photo"}} | |
|                     <div class="photos"> | |
|                       {{ range .Page.Params.Photo }} | |
|                         <a class="u-url" href="{{ . }}"><img class="u-photo thumb" src="{{ replace . "800." "200."}}"/></a> | |
|                       {{end}} | |
|                     </div> | |
|                       {{end}} | |
|                   </div> | |
|                   <a href="{{ .RelPermalink }}" class="link u-url time"><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}} | |
|                 {{ if eq .Type "response"}} | |
|                   {{range .Site.Data.response}} | |
|                     {{range .entries}} | |
|                     <section data-post-type="{{ .posttype }}" data-post-id="{{ .slug }}"class="h-entry"> | |
|                       <div class="p-author author" style="display:none;"> | |
|                         <a rel="author" class="p-name u-url u-uid" rel="me" href="https://jk.nipponalba.scot">{{ .Site.Params.Title }}</a> | |
|                         <img class="u-photo" src="/images/profile.jpg"/> | |
|                       </div> | |
|                       <aside> | |
|                         <article class="u-{{ .posttype }} h-cite"> | |
|                           {{ if .likeof }}<p> Liked {{ end }} | |
|                           {{ if .inreplyto }}<p> Replied to {{ end }} | |
|                           {{ if .repostof }}<p>Shared {{ end }} | |
|                           someone's | |
|                           {{ if .likeof }}<a href="{{ .likeof }}" class="link u-url"> post</a>{{ end }} | |
|                           {{ if .inreplyto }}<a href="{{ .inreplyto }}" class="link u-url"> post</a>{{ end }} | |
|                           {{ if .repostof }}<a href="{{ .repostof }}" class="link u-url"> post</a>{{ end }}</p> | |
|                           <div class="e-content">{{ .content }}</div><br/> | |
| 
 | |
|                           <time class="dt-published" datetime="{{ dateFormat "02/01/2006 15:04 GMT" .date }}">{{ dateFormat "02/01/2006 15:04 GMT" .date }}</time> | |
|                       </article> | |
|                       </aside> | |
|                       </section><hr/> | |
|                     {{end}} | |
|                   {{end}} | |
|                 {{end}} | |
|             {{ end }} | |
|       <span id="pagination-bottom">{{ partial "pagination.html" . }}</span> | |
|           </div> | |
|   </main> | |
| {{ end }}
 |