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 /public
/content /content
/config.yaml /config.yaml
/static/images
+1 -6
View File
@@ -5,14 +5,9 @@
404 page not found 404 page not found
<div class="text-center p-5"> <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 <a href="{{ .Site.BaseURL }}" class="font-weight-bold btn btn-primary rounded-pill p-3 mb-2">Back to
our Home</a>
site</a>
</div> </div>
</div> </div>
<div class="fixed-bottom">
{{- partial "footer.html" . -}}
</div>
</div> </div>
</div> </div>
{{ end }} {{ end }}
+1 -2
View File
@@ -2,8 +2,7 @@
<div class="container"> <div class="container">
<a class="navbar-brand font-weight-bold" href="{{ .Site.BaseURL | relURL }}"> <a class="navbar-brand font-weight-bold" href="{{ .Site.BaseURL | relURL }}">
{{ if .Site.Params.favicon }} {{ if .Site.Params.favicon }}
<img src="{{ .Site.Params.favicon }}" width="30" height="30" class="d-inline-block align-top" <img src="{{ .Site.Params.favicon }}" width="30" height="30" class="d-inline-block align-top">
alt="{{ .Site.Title }}">
{{ .Site.Title }} {{ .Site.Title }}
{{ else }} {{ else }}
{{ .Site.Title }} {{ .Site.Title }}