more tweaks

pull/789/head
Luke Smith 2 years ago
parent e560673123
commit 42c5aadb3a

@ -2,7 +2,7 @@
{{ $tagsLen := len .Params.tags }}
{{ if gt $tagsLen 0 }}
<div class=taglist>
See related:</br>
See related:<br>
{{ range $k, $v := .Params.tags }}
{{ $url := printf "tags/%s" (. | urlize | lower) }}
<a id="tag_{{ . }}" href="{{ $url | absURL }}">{{ . | title }}</a>
@ -13,7 +13,7 @@
{{ end }}
</main>
<footer><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a><br>
All site content is in the public domain.</br>
All site content is in the public domain.<br>
<a href="/index.xml"><img src="/pix/rss.svg" style="max-height:.9em;display:inline" alt="RSS"> Subscribe via RSS for New Recipes</a></footer>
</body>
</html>

@ -20,13 +20,13 @@
</style>
<div class=cryptocontainer>
<div class=cryptoinfo>
<img style="max-height:1em;max-width:1em;display:inline" src=/pix/xmr.svg> Monero </br>
<code style="font-size:xx-small;overflow-wrap:break-word;">84N9N3DMWhQ9cstHwGEjo8hEvm9bjeYgjV5fLrGK6TmA9iVPjnU7NMUT7gyAc22UgGAVTCUgReQ1J67znhWP3L52Usfw6jg</code></br>
<img style="max-height:1em;max-width:1em;display:inline" src=/pix/xmr.svg> Monero <br>
<code style="font-size:xx-small;overflow-wrap:break-word;">84N9N3DMWhQ9cstHwGEjo8hEvm9bjeYgjV5fLrGK6TmA9iVPjnU7NMUT7gyAc22UgGAVTCUgReQ1J67znhWP3L52Usfw6jg</code><br>
<a href=/pix/monero-based-cooking.png><img class=qr src=/pix/monero-based-cooking.png></a>
</div>
<div class=cryptoinfo>
<img style="max-height:1em;max-width:1em;display:inline" src=/pix/btc.svg> Bitcoin </br>
<code style="font-size:small;overflow-wrap:break-word;">bc1q763s4ud0hgfa66ce64gyh6tsss49vyk5cqcm6w</code></br>
<img style="max-height:1em;max-width:1em;display:inline" src=/pix/btc.svg> Bitcoin <br>
<code style="font-size:small;overflow-wrap:break-word;">bc1q763s4ud0hgfa66ce64gyh6tsss49vyk5cqcm6w</code><br>
<a href=/pix/bitcoin-based-cooking.png><img class=qr src=/pix/bitcoin-based-cooking.png></a>
</div>
</div>

@ -191,6 +191,7 @@ button.clear-search:hover {
#tag_duck:before { content: "🦆" ; }
#tag_dumpling:before { content: "🥟" ;}
#tag_dutch:before { content: "🇳🇱" ;}
#tag_easter:before { content: "✝️" ; }
#tag_eggs:before { content: "🥚" ; }
#tag_english:before { content: "🏴󠁧󠁢󠁥󠁮󠁧󠁿" ; }
#tag_fasting:before { content: "☦️" ; }
@ -235,6 +236,7 @@ button.clear-search:hover {
#tag_sourdough:before { content: "🥖" ;}
#tag_southwest:before { content: "🤠" ; }
#tag_spanish:before { content: "🇪🇸" ; }
#tag_spice:before { content: "🧂" ; }
#tag_spicy:before { content: "🌶️" ; }
#tag_spread:before { content: "🧈" ; }
#tag_steak:before { content: "🥩" ; }

Loading…
Cancel
Save