convert tags to lowercase & add argentinian flag
This commit is contained in:
parent
6e65ef73f8
commit
1c5df913e0
|
@ -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…
Reference in New Issue