Compare commits
3 Commits
5dcfde68c9
...
7aec583431
| Author | SHA1 | Date | |
|---|---|---|---|
| 7aec583431 | |||
| 390860aaa8 | |||
| cc70758193 |
@@ -2,6 +2,7 @@
|
||||
draft: false
|
||||
pinned: false
|
||||
video: true
|
||||
feathericon: film
|
||||
title: "Walking Breathing Meditation"
|
||||
subtitle: ""
|
||||
author: HyperVegan
|
||||
|
||||
@@ -35,15 +35,15 @@
|
||||
src="/feathericons/16px-a9a9b3/headphones.svg" alt=""
|
||||
>
|
||||
{{ end }}
|
||||
{{ if .Params.tags }}{{ index .Params.tags 0 | title }}:{{ end }}
|
||||
{{ .Title }}{{ if and (.Params.subtitle) (and (.Params.author) (.Params.date)) }}
|
||||
{{ "--" | markdownify }} {{ .Params.subtitle}}
|
||||
{{ end }}
|
||||
{{ if .Params.feathericon }}
|
||||
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
||||
src="/feathericons/16px-a9a9b3/{{ print .Params.feathericon }}.svg" alt=""
|
||||
>
|
||||
{{ end }}
|
||||
{{ if .Params.tags }}{{ index .Params.tags 0 | title }}:{{ end }}
|
||||
{{ .Title }}{{ if and (.Params.subtitle) (and (.Params.author) (.Params.date)) }}
|
||||
{{ "--" | markdownify }} {{ .Params.subtitle}}
|
||||
{{ end }}
|
||||
</span>
|
||||
<span class="post-day">
|
||||
{{ if .Site.Params.dateformShort }}
|
||||
|
||||
@@ -25,7 +25,11 @@
|
||||
<strong>{{ .Params.subtitle | markdownify }}</strong>
|
||||
{{ end }}
|
||||
{{ if (isset .Params "author") }}
|
||||
<pre>{{ partial "byline.html" . }}</pre>
|
||||
<pre>{{ if .Params.feathericon
|
||||
}}<img style="display: inline-block; vertical-align: middle; margin-right: 4px; padding-right: 4px;"
|
||||
src="/feathericons/16px-a9a9b3/{{ print .Params.feathericon }}.svg" alt=""
|
||||
>{{ end }}{{ partial "byline.html" .
|
||||
}}</pre>
|
||||
{{ end }}
|
||||
|
||||
{{ with .Params.Description }}
|
||||
|
||||
Reference in New Issue
Block a user