0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Added error link on 404 pages

closes #2298
- added hyperlink to error templates
- added class for styling hyperlinks on error pages
This commit is contained in:
jomahoney 2014-06-01 18:57:44 +01:00
parent fc8a5d54e9
commit ae330e45f6
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>