Compare commits

...

2 Commits

2 changed files with 6 additions and 1 deletions

View File

@@ -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:

View File

@@ -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}}