Compare commits
2 Commits
dcf49103b0
...
4db22a3063
| Author | SHA1 | Date | |
|---|---|---|---|
| 4db22a3063 | |||
| 0620b3bede |
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -114,19 +114,19 @@
|
||||
{{ 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 }}
|
||||
|
||||
{{ if .Site.Params.dateformShort }}
|
||||
{{ time.Format .Site.Params.dateformShort .Date }}
|
||||
{{ else }}
|
||||
{{ time.Format "Jan 2" .Date }}
|
||||
{{ end }}
|
||||
</span>
|
||||
</a>
|
||||
|
||||
5
layouts/shortcodes/sos-warning.md
Normal file
5
layouts/shortcodes/sos-warning.md
Normal 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.
|
||||
|
||||
---
|
||||
Reference in New Issue
Block a user