Skip to content

Commit

Permalink
Modify emojis in blockquote alerts
Browse files Browse the repository at this point in the history
Signed-off-by: chibbyalucard <[email protected]>
  • Loading branch information
chibbyalucard authored and Wryhder committed Mar 3, 2025
1 parent 8bab1f4 commit e8a6638
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/layouts/_default/_markup/render-blockquote.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{{ $emojis := dict
"caution" ":exclamation:"
"caution" ":bangbang:"
"important" ":information_source:"
"note" ":information_source:"
"note" ":memo:"
"tip" ":bulb:"
"warning" ":information_source:"
"warning" ":warning:"
}}

{{ if eq .Type "alert" }}
Expand Down

0 comments on commit e8a6638

Please sign in to comment.