summaryrefslogtreecommitdiffstats
path: root/layouts/404.html
diff options
context:
space:
mode:
authorDSRKafuU2020-04-23 23:34:45 +0800
committerGitHub2020-04-23 23:34:45 +0800
commit50900be20164758f1ae3ef1fb18d65424bc98743 (patch)
treea01ec7f161f73deac667b4e51be4f374b9ea8f5b /layouts/404.html
parentaaa441e5f2e065ebcf1e645f7924e9ef28b8d242 (diff)
parent29f2e593583861173b212c0495dec2e26206072b (diff)
downloadhugo-theme-fuji-50900be20164758f1ae3ef1fb18d65424bc98743.tar.gz
hugo-theme-fuji-50900be20164758f1ae3ef1fb18d65424bc98743.tar.bz2
hugo-theme-fuji-50900be20164758f1ae3ef1fb18d65424bc98743.zip
Merge pull request #5 from amzrk2/dev
Merge v1.2.0 dev branch
Diffstat (limited to 'layouts/404.html')
-rw-r--r--layouts/404.html13
1 files changed, 1 insertions, 12 deletions
diff --git a/layouts/404.html b/layouts/404.html
index a4ab2b7..6dfd73f 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,14 +1,3 @@
{{ define "main" }}
-<main>
- <div class="container-lg clearfix">
- <!-- list -->
- <div class="col-md-9 col-12 float-left" id="content">
- <span id="not-found">404 NOT FOUND</span>
- </div>
- <!-- sidebar -->
- <div class="col-md-3 col-12 float-left" id="sidebar">
- {{ partial "sidebar.html" . }}
- </div>
- </div>
-</main>
+<span id="not-found">404 NOT FOUND</span>
{{ end }} \ No newline at end of file