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