|
@ -16,7 +16,6 @@ |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<h1>Latest post</h1> |
|
|
<h1>Latest post</h1> |
|
|
{{ range (first 1 (where .Site.RegularPages "Type" "!=" "response")) }} |
|
|
{{ range (first 1 (where .Site.RegularPages "Type" "!=" "response")) }} |
|
|
<article class="post h-entry entry"> |
|
|
<article class="post h-entry entry"> |
|
@ -26,16 +25,6 @@ |
|
|
</div> |
|
|
</div> |
|
|
{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}<h3 class="p-name entry-title">{{ .Title }}</h3> |
|
|
{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}<h3 class="p-name entry-title">{{ .Title }}</h3> |
|
|
<aside> |
|
|
<aside> |
|
|
<div class="info"> |
|
|
|
|
|
{{ if eq .Type "article" }} |
|
|
|
|
|
{{ with .Page.Params.Blog }}Blog: {{ partial "taxonomy/blog.html" . }}{{ end }}<span id="info-date"><time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "02/01/2006 15:04 GMT" }}</time></span><br/> |
|
|
|
|
|
{{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}<span class="reading-time">{{ .ReadingTime }}-minute read</span><br/> |
|
|
|
|
|
{{ with .Page.Params.tag }}Tags: {{ partial "taxonomy/tags.html" . }}{{ end }} |
|
|
|
|
|
{{ else }} |
|
|
|
|
|
<span id="info-date"><a href="{{ .Permalink }}" class="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></span><br/>{{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }} |
|
|
|
|
|
{{ end }} |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="e-content">{{ .Content }} |
|
|
<div class="e-content">{{ .Content }} |
|
|
{{ if eq .Type "photo"}} |
|
|
{{ if eq .Type "photo"}} |
|
|
<div class="photos"> |
|
|
<div class="photos"> |
|
@ -45,7 +34,15 @@ |
|
|
</div> |
|
|
</div> |
|
|
{{end}} |
|
|
{{end}} |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="info"> |
|
|
|
|
|
{{ if eq .Type "article" }} |
|
|
|
|
|
{{ with .Page.Params.Blog }}Blog: {{ partial "taxonomy/blog.html" . }}{{ end }}<span id="info-date"><time class="dt-published" datetime="{{ .Date.Format "2 Jan 2006 15:04 GMT" }}">{{ .Date.Format "02/01/2006 15:04 GMT" }}</time></span><br/> |
|
|
|
|
|
{{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}<span class="reading-time">{{ .ReadingTime }}-minute read</span><br/> |
|
|
|
|
|
{{ with .Page.Params.tag }}Tags: {{ partial "taxonomy/tags.html" . }}{{ end }} |
|
|
|
|
|
{{ else }} |
|
|
|
|
|
{{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}<span id="info-date"><a href="{{ .Permalink }}" class="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></span><br/> |
|
|
|
|
|
{{ end }} |
|
|
|
|
|
</div> |
|
|
</aside> |
|
|
</aside> |
|
|
</div> |
|
|
</div> |
|
|
<a href="https://brid.gy/publish/mastodon"></a> |
|
|
<a href="https://brid.gy/publish/mastodon"></a> |
|
|