Compare commits

..

2 Commits

5 changed files with 20 additions and 9 deletions

View File

@@ -29,6 +29,8 @@ aliases:
- /cherry-drink - /cherry-drink
--- ---
{{% sos-warning %}}
This stuff puts me to sleep in a hurry and helps me sleep deeper, wake less, and dream way better. I've been using Montmorency cherry juice for years now and have finally gotten it to be a habit to use near-daily. Not only is it delicious, but it's nutritious! ;D This stuff puts me to sleep in a hurry and helps me sleep deeper, wake less, and dream way better. I've been using Montmorency cherry juice for years now and have finally gotten it to be a habit to use near-daily. Not only is it delicious, but it's nutritious! ;D
## Ingredients ## Ingredients

View File

@@ -24,6 +24,8 @@ aliases:
- /maple-drink - /maple-drink
--- ---
{{% sos-warning %}}
This is one I make when wanting to preserve my tart cherry concentrate. This is one I make when wanting to preserve my tart cherry concentrate.
It started because the cherry juice's lid was stuck one night and I wanted to keep the routine of making a bedtime drink, so I just doubled the amount of sweetener I had been using and it was actually very delicious without being overpoweringly sweet. It started because the cherry juice's lid was stuck one night and I wanted to keep the routine of making a bedtime drink, so I just doubled the amount of sweetener I had been using and it was actually very delicious without being overpoweringly sweet.

View File

@@ -28,6 +28,8 @@ aliases:
- /lemon-mousse - /lemon-mousse
--- ---
{{% sos-warning %}}
A simple snack that I make when waiting for a real meal to finish cooking, or just a treat I enjoy when wanting a reward for keeping up good habits. Keeping a half-dozen or more blocks of shelf-stable tofu around has become really handy! A simple snack that I make when waiting for a real meal to finish cooking, or just a treat I enjoy when wanting a reward for keeping up good habits. Keeping a half-dozen or more blocks of shelf-stable tofu around has become really handy!
## Ingredients ## Ingredients

View File

@@ -114,19 +114,19 @@
{{ end }} {{ end }}
*/}} */}}
{{ if .Site.Params.dateformShort }}
{{ time.Format .Site.Params.dateformShort .Date }}
{{ else }}
{{ time.Format "Jan 2" .Date }}
{{ end }}
{{ if .Params.Release }} {{ if .Params.Release }}
for
{{ if .Site.Params.dateformShort }} {{ if .Site.Params.dateformShort }}
{{ time.Format .Site.Params.dateformShort .Params.release }} {{ time.Format .Site.Params.dateformShort .Params.release }}
{{ else }} {{ else }}
{{ time.Format "Jan 2" .Params.release }} {{ time.Format "Jan 2" .Params.release }}
{{ end }} {{ end }}
<-
{{ end }}
{{ if .Site.Params.dateformShort }}
{{ time.Format .Site.Params.dateformShort .Date }}
{{ else }}
{{ time.Format "Jan 2" .Date }}
{{ end }} {{ end }}
</span> </span>
</a> </a>

View File

@@ -0,0 +1,5 @@
**WARNING:**
This recipe may contain SOS or other ingredients not typical for a WFPB diet.
Please consult the [Diet](/diet) page to see more typical examples of what I normally eat.
---