Compare commits
2 Commits
ab68378ada
...
4b67d0cfa8
| Author | SHA1 | Date | |
|---|---|---|---|
| 4b67d0cfa8 | |||
| 15f93817ac |
@@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
draft: true
|
draft: true
|
||||||
pinned: false
|
pinned: false
|
||||||
|
video: true
|
||||||
title: "Walking Breathing Meditation"
|
title: "Walking Breathing Meditation"
|
||||||
subtitle: ""
|
subtitle: ""
|
||||||
author: HyperVegan
|
author: HyperVegan
|
||||||
video: true
|
|
||||||
date: "2025-12-09T10:23:00-07:00"
|
date: "2025-12-09T10:23:00-07:00"
|
||||||
started:
|
started:
|
||||||
lastmod:
|
lastmod:
|
||||||
|
|||||||
@@ -35,6 +35,11 @@
|
|||||||
src="/feathericons/16px-a9a9b3/headphones.svg" alt=""
|
src="/feathericons/16px-a9a9b3/headphones.svg" alt=""
|
||||||
>
|
>
|
||||||
{{ end }}
|
{{ 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 }}
|
{{ if .Params.tags }}{{ index .Params.tags 0 | title }}:{{ end }}
|
||||||
{{ .Title }}{{ if and (.Params.subtitle) (and (.Params.author) (.Params.date)) }}
|
{{ .Title }}{{ if and (.Params.subtitle) (and (.Params.author) (.Params.date)) }}
|
||||||
{{ "--" | markdownify }} {{ .Params.subtitle}}
|
{{ "--" | markdownify }} {{ .Params.subtitle}}
|
||||||
|
|||||||
Reference in New Issue
Block a user