404 page update

This commit is contained in:
gurusabarish
2021-03-20 08:06:58 +05:30
parent 16685c0121
commit c5578135fe
3 changed files with 3 additions and 8 deletions
+1
View File
@@ -1,3 +1,4 @@
/public
/content
/config.yaml
/static/images
+1 -6
View File
@@ -5,14 +5,9 @@
404 page not found
<div class="text-center p-5">
<a href="{{ .Site.BaseURL }}" class="font-weight-bold btn btn-primary rounded-pill p-3 mb-2">Back to
our
site</a>
Home</a>
</div>
</div>
<div class="fixed-bottom">
{{- partial "footer.html" . -}}
</div>
</div>
</div>
{{ end }}
+1 -2
View File
@@ -2,8 +2,7 @@
<div class="container">
<a class="navbar-brand font-weight-bold" href="{{ .Site.BaseURL | relURL }}">
{{ if .Site.Params.favicon }}
<img src="{{ .Site.Params.favicon }}" width="30" height="30" class="d-inline-block align-top"
alt="{{ .Site.Title }}">
<img src="{{ .Site.Params.favicon }}" width="30" height="30" class="d-inline-block align-top">
{{ .Site.Title }}
{{ else }}
{{ .Site.Title }}