diff --git a/content/risengroed.md b/content/risengroed.md index e2503cb..5f2350f 100644 --- a/content/risengroed.md +++ b/content/risengroed.md @@ -1,7 +1,7 @@ --- title: Risengrød tags: ['danish', 'christmas'] -date: 2022-08-08 +date: 2022-11-16 author: "Vilhelm Bergsøe" --- @@ -32,4 +32,3 @@ Risengrød is part of the Nordic Christmas tradition as a dinner dish. Rice boil 5. Mix sugar and cinnamon to form cinnamon sugar in a bowl or container. 6. Serve warm with cinnamon sugar on top and a bit of butter in the middle. 7. Enjoy! - diff --git a/static/style.css b/static/style.css index 755a623..7c2009f 100644 --- a/static/style.css +++ b/static/style.css @@ -201,6 +201,7 @@ button#clear-search:hover { #tag_chicken:before { content: "🐔" ;} #tag_chinese:before { content: "🐉" ; } #tag_chocolate:before { content: "🍫" ; } +#tag_christmas:before { content: "🎄" ; } #tag_cookies:before { content: "🍪" ;} #tag_corn:before { content: "🌽" ;} #tag_curry:before { content: "🍛" ; }