mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 02:46:16 +01:00
Added localization support
This commit is contained in:
parent
180f272e6e
commit
c873495130
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{{ define "content" }}
|
||||
<div class="notfound">
|
||||
<h1 class="error-emoji"></h1>
|
||||
<p class="error-text">/* 404 page not found. */</p>
|
||||
<p class="error-link"><a href="{{ .Site.BaseURL }}">↑ Back to Home ↑</a></p>
|
||||
<p class="error-text">/* 404 {{ i18n "page" }} {{ i18n "not" }} {{ i18n "found" }}. */</p>
|
||||
<p class="error-link"><a href="{{ .Site.BaseURL }}">↑ {{ i18n "Back" }} {{ i18n "to" }} {{ i18n "Home" }} ↑</a></p>
|
||||
</div>
|
||||
<script>
|
||||
var errorEmojiContainer = document.getElementsByClassName('error-emoji')[0];
|
||||
|
|
Loading…
Reference in a new issue