Fix Spanish localization of the home page and footer slogans and copyright
This commit is contained in:
parent
da88d389e9
commit
e0b7aae3db
5 changed files with 25 additions and 15 deletions
|
@ -1,8 +1,8 @@
|
|||
<footer class="site">
|
||||
<ul class="slogans">
|
||||
<li>Trans rights are human rights.</li>
|
||||
<li>Black lives matter.</li>
|
||||
<li>Get vaccinated.</li>
|
||||
<li>{{ i18n "transRights" }}</li>
|
||||
<li>{{ i18n "blackLivesMatter" }}</li>
|
||||
<li>{{ i18n "getVaccinated" }}</li>
|
||||
</ul>
|
||||
<p>Copyright © <time datetime="{{ now.Year }}">{{ now.Year }}</time> <a href="{{ `` | absURL }}">Eryn Wells</a></p>
|
||||
<p>Copyright © <time datetime="2020">2020</time>—<time datetime="{{ now.Year }}">{{ now.Year }}</time> <a href="{{ `` | absURL }}">Eryn Wells</a></p>
|
||||
</footer>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue