0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Merge pull request #2792 from jomahoney/2298-error-page

Added error link on 404 pages
This commit is contained in:
Hannah Wolfe 2014-06-01 19:18:18 +01:00
commit 61dbed0bb7
2 changed files with 2 additions and 0 deletions

View file

@ -7,6 +7,7 @@
<section class="error-message">
<h1 class="error-code">{{code}}</h1>
<h2 class="error-description">{{message}}</h2>
<a class="error-link" href="{{@blog.url}}">Go to the front page →</a>
</section>
</section>
</section>

View file

@ -32,6 +32,7 @@
<section class="error-message">
<h1 class="error-code">{{code}}</h1>
<h2 class="error-description">{{message}}</h2>
<a class="error-link" href="{{@blog.url}}">Go to the front page →</a>
</section>
</section>
</section>