fix: allow emoji to be used in i18n override

This commit is contained in:
Jixun Wu 2021-12-31 19:48:26 +00:00
parent 31bb3493eb
commit eaafa7cfde
4 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@
{{ end }}
</head>
<body>
<a class="skip-main" href="#main">{{ i18n "skipToContent" | humanize }}</a>
<a class="skip-main" href="#main">{{ i18n "skipToContent" }}</a>
<div class="container">
<header class="common-header">
{{ block "header" . }}