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.
		
		
			
		
		
		
		
			
		
			
				
					
					
						
							44 lines
						
					
					
						
							2.0 KiB
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							44 lines
						
					
					
						
							2.0 KiB
						
					
					
				|   {{ define "main" }} | |
| <article class="post h-entry entry contents"> | |
| <div class="{{.Type}}" data-post-type="{{.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> | |
|     <div class="post-content">{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}<h3 class="post-title p-name entry-title">{{ .Title }}</h3> | |
|       <aside> | |
|         {{ if eq .Type "article" }}<div class="info"> | |
|         <i class="fa fa-sun"></i><a class="u-url" href="{{ .RelPermalink }}"><span class="date"><time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "Mon, Jan 2, 2006" }}</time></span></a> | |
|           <i class="fa fa-clock"></i><span class="reading-time">{{ .ReadingTime }}-minute read</span> | |
|         </div>{{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> | |
| 
 | |
|     <div class="post-footer"> | |
| {{ if not (eq .Type "article")}}<a class="u-url" href="{{ .RelPermalink }}"><span class="date"><time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "Mon, Jan 2, 2006" }}</time></span>{{end}} | |
|       <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> | |
| <a href="https://brid.gy/publish/mastodon"></a> | |
|     {{ if eq .Type "article"}} | |
|     {{ if .Site.DisqusShortname -}} | |
|     <div id="fb_comments_container"> | |
|       <h2>Comments</h2> | |
|       {{ template "_internal/disqus.html" . }} | |
|     </div> | |
|     {{- end }} | |
|     {{ end }} | |
|     </aside></div> | |
| </div> | |
| 
 | |
| </article> | |
| 
 | |
| 
 | |
| {{ end }}
 |