blog layout update

This commit is contained in:
gurusabarish
2021-01-23 09:54:42 +05:30
parent 40aa344d36
commit 49ed7008b8
14 changed files with 327 additions and 388 deletions
+10 -24
View File
@@ -1,32 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
{{- partial "head.html" . -}}
<!-- stylesheets -->
<link rel="stylesheet" href="/css/bootstrap.min.css">
</head>
<body>
{{- partial "header.html" . -}}
<div class="bg-white row justify-centent-center py-5">
{{ define "main" }}
<div class="container">
<div class="row justify-centent-center py-5">
<div class="display-4 font-weight-bold text-center col p-5">
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
<a href="{{ .Site.BaseURL }}" class="font-weight-bold btn btn-primary rounded-pill p-3 mb-2">Back to
our
site</a>
</div>
</div>
</div>
<div class="fixed-bottom">
{{- partial "footer.html" . -}}
<div class="fixed-bottom">
{{- partial "footer.html" . -}}
</div>
</div>
</div>
{{- partial "scripts.html" . -}}
</body>
</html>
</div>
{{ end }}