Compare commits
3 Commits
4f9d8586d9
...
898fb48e7b
| Author | SHA1 | Date | |
|---|---|---|---|
| 898fb48e7b | |||
| 4f95915dff | |||
| 04b3a50023 |
@@ -1,8 +1,9 @@
|
|||||||
---
|
---
|
||||||
title: "Refried Pinto Beans"
|
title: "Refried Pinto Beans"
|
||||||
subtitle: "Nightshade Free Pasta / Pizza Sauce!"
|
subtitle: "Nightshade-free Pasta & Pizza Sauce!"
|
||||||
author: HyperVegan
|
author: HyperVegan
|
||||||
date: "2025-11-16T14:00:00-07:00"
|
date: "2025-11-16T14:00:00-07:00"
|
||||||
|
lastmod: ""
|
||||||
toc: true
|
toc: true
|
||||||
images:
|
images:
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ video_url: https://odysee.com/%24/embed/%40HyperVegan%3A2%2F20251209-HyperVegan-
|
|||||||
video_desc:
|
video_desc:
|
||||||
- Walking and breathwork are both very beneficial, so how about doing both together as a form of meditation?
|
- Walking and breathwork are both very beneficial, so how about doing both together as a form of meditation?
|
||||||
- Filmed, edited, and posted 2025-12-09.
|
- Filmed, edited, and posted 2025-12-09.
|
||||||
feathericon: film
|
feathericon: ""
|
||||||
title: "Walking Breathing Meditation"
|
title: "Walking Breathing Meditation"
|
||||||
subtitle: ""
|
subtitle: ""
|
||||||
author: HyperVegan
|
author: HyperVegan
|
||||||
|
|||||||
@@ -21,31 +21,39 @@
|
|||||||
<a href="{{.Permalink}}" class="post-item-inner">
|
<a href="{{.Permalink}}" class="post-item-inner">
|
||||||
<span class="post-title">
|
<span class="post-title">
|
||||||
{{ if .Params.draft }}
|
{{ if .Params.draft }}
|
||||||
{{ print "-=DRAFT=- "}}
|
{{ print "(DRAFT) "}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Params.pinned }}
|
{{ if .Params.pinned }}
|
||||||
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
||||||
src="/feathericons/16px-a9a9b3/paperclip.svg" alt=""
|
src="/feathericons/16px-a9a9b3/paperclip.svg" alt="Pinned:"
|
||||||
>
|
>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Params.video }}
|
{{ if .Params.video }}
|
||||||
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
Video:
|
||||||
src="/feathericons/16px-a9a9b3/video.svg" alt=""
|
{{ else if .Params.audio }}
|
||||||
>
|
Audio:
|
||||||
|
{{ else if .Params.tags }}
|
||||||
|
{{ index .Params.tags 0 | title }}:
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Params.audio }}
|
|
||||||
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
|
||||||
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)) }}
|
{{ .Title }}{{ if and (.Params.subtitle) (and (.Params.author) (.Params.date)) }}
|
||||||
{{ "--" | markdownify }} {{ .Params.subtitle}}
|
{{ "--" | markdownify }} {{ .Params.subtitle}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Params.feathericon }}
|
{{ if .Params.feathericon }}
|
||||||
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
||||||
src="/feathericons/16px-a9a9b3/{{ print .Params.feathericon }}.svg" alt=""
|
src="/feathericons/16px-a9a9b3/{{ print .Params.feathericon }}.svg" alt=""
|
||||||
>
|
>
|
||||||
|
{{ else if .Params.video }}
|
||||||
|
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
||||||
|
src="/feathericons/16px-a9a9b3/film.svg" alt="(VIDEO)"
|
||||||
|
>
|
||||||
|
{{ else if .Params.audio }}
|
||||||
|
<img style="display: inline-block; vertical-align: middle; margin-right: 4px;"
|
||||||
|
src="/feathericons/16px-a9a9b3/music.svg" alt="(AUDIO)"
|
||||||
|
>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</span>
|
</span>
|
||||||
<span class="post-day">
|
<span class="post-day">
|
||||||
|
|||||||
Reference in New Issue
Block a user