diff --git a/content/apple-chicken.md b/content/apple-chicken.md index 8266778..2a205f1 100644 --- a/content/apple-chicken.md +++ b/content/apple-chicken.md @@ -1,6 +1,6 @@ --- title: "Apple Chicken" -tags: ['spanish', 'chicken', 'oven'] +tags: ['spanish', 'chicken', 'oven', 'apple'] date: 2022-07-11 author: miraunpajaro --- diff --git a/content/apple-pie.md b/content/apple-pie.md index 63f3d50..0534016 100644 --- a/content/apple-pie.md +++ b/content/apple-pie.md @@ -1,7 +1,7 @@ --- title: "Apple Pie" date: 2021-05-13 -tags: ['dessert', 'pie', 'sweet'] +tags: ['dessert', 'pie', 'sweet', 'apple'] author: mfed3 --- diff --git a/static/style.css b/static/style.css index 7c2009f..117177f 100644 --- a/static/style.css +++ b/static/style.css @@ -184,6 +184,7 @@ button#clear-search:hover { #tag_alcohol:before { content: "🍸" ;} #tag_american:before { content: "πŸ‡ΊπŸ‡Έ" ; } +#tag_apple:before { content: "🍎" ; } #tag_argentinian:before { content: "πŸ‡¦πŸ‡·" ; } #tag_asian:before { content: "πŸ₯’" ; } #tag_australian:before { content: "πŸ‡¦πŸ‡Ί" ;}