Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

Commit

Permalink
fixed HTML syntax error in closing tags (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentTam authored Mar 6, 2021
1 parent 5d4aae6 commit ef1cf98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exampleSite/content/blog/emoji-support.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ La fonction [`emojify`] (https://gohugo.io/functions/emojify/) peut être appel
Pour activer globalement emoji, définissez `enableEmoji` sur` true` dans la [configuration] de votre site (https://gohugo.io/getting-started/configuration/), puis vous pourrez taper des codes abrégés emoji directement dans les fichiers de contenu; par exemple.


<p> <span class = "nowrap"> <span class = "emojify"> 🙈 </ span> <code>: see_no_evil: </ code> </ span> <span class = "nowrap"> <span class = "emojify"> 🙉 </ span> <code>: hear_no_evil: </ code> </ span> <span class = "nowrap"> <span class = "emojify"> </ span> <code>: speak_no_evil: </ code> </ span> </ p>
<p> <span class = "nowrap"> <span class = "emojify"> 🙈 </span> <code>: see_no_evil: </code> </span> <span class = "nowrap"> <span class = "emojify"> 🙉 </span> <code>: hear_no_evil: </code> </span> <span class = "nowrap"> <span class = "emojify"> </span> <code>: speak_no_evil: </code> </span> </p>
<br>

Le [aide-mémoire Emoji] (http://www.emoji-cheat-sheet.com/) est une référence utile pour les codes abrégés emoji.
Expand Down

0 comments on commit ef1cf98

Please sign in to comment.