From e35c7d5e38fa661c16f3a0041549c852f85980e2 Mon Sep 17 00:00:00 2001 From: Matthias Loibl Date: Tue, 6 Dec 2016 23:27:37 +0100 Subject: [PATCH] Migrate all HTML from bootstrap v3 to v4 --- layouts/404.html | 12 ++++++ layouts/_default/single.html | 4 +- layouts/docs/single.html | 6 +-- layouts/index.html | 6 +-- layouts/page/single.html | 6 +-- layouts/partials/footer.html | 47 ++++++++++++--------- layouts/partials/header.html | 31 +++++--------- layouts/partials/navbar.html | 26 +++++------- layouts/partials/toplinks.html | 74 +++++++++++++++++----------------- layouts/post/list.html | 5 ++- layouts/post/single.html | 4 +- 11 files changed, 111 insertions(+), 110 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index e69de29..fdf9bc1 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -0,0 +1,12 @@ +{{ partial "header" . }} +{{ partial "navbar" . }} + +
+
+
+

Oops. We're sorry, but this page does not exist.

+
+
+
+ +{{ partial "footer" . }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 9d19754..67e7581 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,9 +1,9 @@ {{ partial "header.html" . }} {{ partial "navbar.html" . }} -
+
-
+
{{ .Content }}
diff --git a/layouts/docs/single.html b/layouts/docs/single.html index 1a40d3a..cb1fee5 100644 --- a/layouts/docs/single.html +++ b/layouts/docs/single.html @@ -1,12 +1,12 @@ {{ partial "header.html" . }} {{ partial "navbar.html" . }} -
+
-