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