Merge branch 'LukeSmithxyz:master' into master

This commit is contained in:
Yiltan 2022-07-01 11:24:41 -04:00 committed by GitHub
commit dc93b3328d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View File

@ -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 >}}

View File

@ -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"
---

View File

@ -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: "🇦🇹" ;}