🐛 Fixed GScan warning
authorAileen Nowak <AileenCGN@gmail.com>
Tue, 12 Nov 2019 07:51:16 +0000 (14:51 +0700)
committerAileen Nowak <AileenCGN@gmail.com>
Tue, 12 Nov 2019 07:51:16 +0000 (14:51 +0700)
error.hbs

index a10ba12ad36443b2d4bb907440a059fdc7d89085..814663efe0223b2b73d2e3f967dfa72483cb8a95 100644 (file)
--- a/error.hbs
+++ b/error.hbs
@@ -40,7 +40,7 @@ You'll notice that we *don't* use any JavsScript, or ghost_head / ghost_foot in
                 <section class="error-wrapper">
 
                     <section class="error-message">
-                        <h1 class="error-code">{{code}}</h1>
+                        <h1 class="error-code">{{statusCode}}</h1>
                         <p class="error-description">{{message}}</p>
                         <a class="error-link" href="{{@site.url}}">Go to the front page →</a>
                     </section>