-
Hello @uPagge Is there a way that I can add an emoji after the author's name at the footer, e.g., Referring to the theme examples, there is a file named Thanks for your help! Best, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ah, I think I solved my problem as I'm a newbie to Hugo! For my problem, we still need to do a small change in the HTML file with the following line,
All the best! |
Beta Was this translation helpful? Give feedback.
Ah, I think I solved my problem as I'm a newbie to Hugo!
For my problem, we still need to do a small change in the HTML file with the following line,
<span class="author"> {{ $author.nickname | emojify }}</a></span>
All the best!