[gnomegr-web/hugo-deploy] Remove image from 404 page



commit 76a35d6bccda3012c66ff5bc81080b110f3a8740
Author: Tom Tryfonidis <tomtryf gmail com>
Date:   Thu Dec 27 19:30:51 2018 +0200

    Remove image from 404 page

 themes/deneb-hugo-theme/layouts/404.html | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/themes/deneb-hugo-theme/layouts/404.html b/themes/deneb-hugo-theme/layouts/404.html
index 9fbcb45..ea80bb1 100644
--- a/themes/deneb-hugo-theme/layouts/404.html
+++ b/themes/deneb-hugo-theme/layouts/404.html
@@ -3,8 +3,6 @@
   <div role="main" class="container main-content">
     <div class="text-center">
       <h1>{{ i18n "pageNotFound" }}</h1>
-      <br/>
-      <img src="{{ .Site.BaseURL }}/img/404-southpark.jpg" />
     </div>
   </div>
 {{ end }}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]