Browse Source

feat(widget): emojify About widget interests

Close #845
gcushen 6 năm trước cách đây
mục cha
commit
85a12b0ad7

+ 1 - 1
layouts/partials/widgets/about.html

@@ -72,7 +72,7 @@
         <h3>{{ i18n "interests" | markdownify }}</h3>
         <h3>{{ i18n "interests" | markdownify }}</h3>
         <ul class="ul-interests">
         <ul class="ul-interests">
           {{ range .interests }}
           {{ range .interests }}
-          <li>{{ . | markdownify }}</li>
+          <li>{{ . | markdownify | emojify }}</li>
           {{ end }}
           {{ end }}
         </ul>
         </ul>
       </div>
       </div>