|
|
@ -26,13 +26,13 @@ |
|
|
|
</div> |
|
|
|
{{ with .Page.Params.Image }}{{ partial "taxonomy/image.html" . }}{{ end }}<h3 class="p-name entry-title">{{ .Title }}</h3> |
|
|
|
<aside> |
|
|
|
<div class="index_info"> |
|
|
|
<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="index-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 }} |
|
|
|
<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> |
|
|
|
|
|
|
@ -46,13 +46,6 @@ |
|
|
|
{{end}} |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="index-post-footer"> |
|
|
|
<div class="info"> |
|
|
|
{{ with .Page.Params.Blog }}{{ partial "taxonomy/blog.html" . }}{{ end }} |
|
|
|
{{ with .Page.Params.category }}{{ partial "taxonomy/categories.html" . }}{{ end }} |
|
|
|
{{ with .Page.Params.tag }}{{ partial "taxonomy/tags.html" . }}{{ end }} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</aside> |
|
|
|
</div> |
|
|
|
<a href="https://brid.gy/publish/mastodon"></a> |
|
|
|