mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-03-13 05:15:22 +00:00
Merge branch 'LukeSmithxyz:master' into master
This commit is contained in:
commit
dc93b3328d
@ -13,6 +13,8 @@ description: 'The fast-loading recipe site with cooking only and no ads.'
|
||||
</div>
|
||||
|
||||
<script>
|
||||
// @license magnet:?xt=urn:btih:5ac446d35272cc2e4e85e4325b146d0b7ca8f50c&dn=unlicense.txt Unlicense
|
||||
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
for (e of document.getElementsByClassName("js-only")) {
|
||||
e.classList.remove("js-only")
|
||||
@ -54,6 +56,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||
artlist.classList.remove('list-searched') ;
|
||||
})
|
||||
})
|
||||
// @license-end
|
||||
</script>
|
||||
|
||||
{{< artlist >}}
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Torta Frita Criolla (Argentinian frybread)
|
||||
tags: ['🇦🇷 Argentinian', 'Fry', 'Bread']
|
||||
tags: ['argentinian', 'fry', 'bread']
|
||||
date: 2022-06-23
|
||||
author: "bernardo-slongo"
|
||||
---
|
||||
|
@ -166,6 +166,7 @@ button.clear-search:hover {
|
||||
|
||||
#tag_alcohol:before { content: "🍸" ;}
|
||||
#tag_american:before { content: "🇺🇸" ; }
|
||||
#tag_argentinian:before { content: "🇦🇷" ; }
|
||||
#tag_asian:before { content: "🥢" ; }
|
||||
#tag_australian:before { content: "🇦🇺" ;}
|
||||
#tag_austrian:before { content: "🇦🇹" ;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user