mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-14 10:56:16 +01:00
FIxed bug
fixed a bug that didn't make appear the link back
This commit is contained in:
parent
c9bcad87a2
commit
b68e85c4f1
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<div class="notfound">
|
<div class="notfound">
|
||||||
<h1 class="error-emoji"></h1>
|
<h1 class="error-emoji"></h1>
|
||||||
<p class="error-text">/* 404 {{ i18n "page" }} {{ i18n "not" }} {{ i18n "found" }}. */</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>
|
<p class="error-link"><a href="{{ .Site.BaseURL }}">↑ {{ i18n "back" }} {{ i18n "to" }} {{ i18n "Home" }} ↑</a></p>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
var errorEmojiContainer = document.getElementsByClassName('error-emoji')[0];
|
var errorEmojiContainer = document.getElementsByClassName('error-emoji')[0];
|
||||||
|
|
Loading…
Reference in a new issue