Compare commits

...

2 Commits

5 changed files with 20 additions and 9 deletions

View File

@@ -29,6 +29,8 @@ aliases:
- /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
## Ingredients

View File

@@ -24,6 +24,8 @@ aliases:
- /maple-drink
---
{{% sos-warning %}}
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.

View File

@@ -28,6 +28,8 @@ aliases:
- /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!
## Ingredients

View File

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

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.
---