mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2024-11-27 07:55:43 +00:00
tweaks
This commit is contained in:
parent
c35924a79a
commit
a36480dd59
@ -75,6 +75,7 @@ See the story of this site unfold in three videos:
|
|||||||
|
|
||||||
## It's easy to contribute!
|
## It's easy to contribute!
|
||||||
|
|
||||||
|
New recipes can be submitted [on Github](https://github.com/lukesmithxyz/based.cooking).
|
||||||
We are funded by you only, not 20MB of ads or privacy-violating trackers per page.
|
We are funded by you only, not 20MB of ads or privacy-violating trackers per page.
|
||||||
|
|
||||||
{{< crypto >}}
|
{{< crypto >}}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "Loaded Mexican Rice"
|
title: "Loaded Mexican Rice"
|
||||||
date: 2021-03-21
|
date: 2021-03-21
|
||||||
tags: ['rice', 'texmex']
|
tags: ['rice', 'southwest']
|
||||||
author: mr-mip
|
author: mr-mip
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -12,7 +12,8 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</main>
|
</main>
|
||||||
<footer><p><a href="{{ .Site.BaseURL }}">{{ .Site.BaseURL }}</a></p>
|
<footer><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a><br>
|
||||||
<p><a href="/index.xml"><img src="/pix/rss.svg" style="max-height:.9em;display:inline" alt="RSS"> Subscribe via RSS for New Recipes</a></p></footer>
|
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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -55,8 +55,10 @@ h2 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
margin: 3em ;
|
|
||||||
text-align: center ;
|
text-align: center ;
|
||||||
|
border-style: solid ;
|
||||||
|
border-width: 2px 0px 0px 0px ;
|
||||||
|
padding: 1em ;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
@ -162,6 +164,7 @@ button.clear-search:hover {
|
|||||||
|
|
||||||
#tag_alcohol:before { content: "🍺" ;}
|
#tag_alcohol:before { content: "🍺" ;}
|
||||||
#tag_american:before { content: "🇺🇸" ; }
|
#tag_american:before { content: "🇺🇸" ; }
|
||||||
|
#tag_asian:before { content: "🥢" ; }
|
||||||
#tag_australian:before { content: "🇦🇺" ;}
|
#tag_australian:before { content: "🇦🇺" ;}
|
||||||
#tag_austrian:before { content: "🇦🇹" ;}
|
#tag_austrian:before { content: "🇦🇹" ;}
|
||||||
#tag_bacon:before { content: "🥓" ; }
|
#tag_bacon:before { content: "🥓" ; }
|
||||||
@ -182,11 +185,13 @@ button.clear-search:hover {
|
|||||||
#tag_curry:before { content: "🍛" ; }
|
#tag_curry:before { content: "🍛" ; }
|
||||||
#tag_dominican:before { content: "🇩🇴" ;}
|
#tag_dominican:before { content: "🇩🇴" ;}
|
||||||
#tag_drink:before { content: "🍹" ;}
|
#tag_drink:before { content: "🍹" ;}
|
||||||
|
#tag_duck:before { content: "🦆" ; }
|
||||||
#tag_dumpling:before { content: "🥟" ;}
|
#tag_dumpling:before { content: "🥟" ;}
|
||||||
#tag_dutch:before { content: "🇳🇱" ;}
|
#tag_dutch:before { content: "🇳🇱" ;}
|
||||||
#tag_eggs:before { content: "🥚" ; }
|
#tag_eggs:before { content: "🥚" ; }
|
||||||
#tag_english:before { content: "🏴" ; }
|
#tag_english:before { content: "🏴" ; }
|
||||||
#tag_fasting:before { content: "☦️" ; }
|
#tag_fasting:before { content: "☦️" ; }
|
||||||
|
#tag_filipino:before { content: "🇵🇭" ; }
|
||||||
#tag_fish:before { content: "🐟" ; }
|
#tag_fish:before { content: "🐟" ; }
|
||||||
#tag_french:before { content: "🇫🇷" ; }
|
#tag_french:before { content: "🇫🇷" ; }
|
||||||
#tag_fruit:before { content: "🍇" ; }
|
#tag_fruit:before { content: "🍇" ; }
|
||||||
@ -223,13 +228,14 @@ button.clear-search:hover {
|
|||||||
#tag_seafood:before { content: "🦐" ; }
|
#tag_seafood:before { content: "🦐" ; }
|
||||||
#tag_soup:before { content: "🍜" ;}
|
#tag_soup:before { content: "🍜" ;}
|
||||||
#tag_sourdough:before { content: "🥖" ;}
|
#tag_sourdough:before { content: "🥖" ;}
|
||||||
|
#tag_southwest:before { content: "🤠" ; }
|
||||||
#tag_spanish:before { content: "🇪🇸" ; }
|
#tag_spanish:before { content: "🇪🇸" ; }
|
||||||
#tag_spicy:before { content: "🌶️" ; }
|
#tag_spicy:before { content: "🌶️" ; }
|
||||||
#tag_steak:before { content: "🥩" ; }
|
#tag_steak:before { content: "🥩" ; }
|
||||||
#tag_stew:before { content: "🍲" ; }
|
#tag_stew:before { content: "🍲" ; }
|
||||||
#tag_swedish:before { content: "🇸🇪" ; }
|
#tag_swedish:before { content: "🇸🇪" ; }
|
||||||
#tag_sweet:before { content: "🎂" ; }
|
#tag_sweet:before { content: "🍯" ; }
|
||||||
#tag_texmex:before { content: "🤠" ; }
|
#tag_swiss:before { content: "🇨🇭" ; }
|
||||||
#tag_thai:before { content: "🇹🇭" ;}
|
#tag_thai:before { content: "🇹🇭" ;}
|
||||||
#tag_tomato:before { content: "🍅" ;}
|
#tag_tomato:before { content: "🍅" ;}
|
||||||
#tag_turkey:before { content: "🦃" ; }
|
#tag_turkey:before { content: "🦃" ; }
|
||||||
|
Loading…
Reference in New Issue
Block a user