From 3106e52ee8a3a823deece04e887070b94064269a Mon Sep 17 00:00:00 2001 From: Olivier Fredon Date: Sun, 16 Oct 2016 16:44:10 +0200 Subject: layout and typo --- layouts/_default/list.html | 24 ++++--- layouts/_default/single.html | 40 ++++++----- layouts/index.html | 23 ++++--- layouts/partials/footer.html | 3 +- layouts/partials/header.html | 2 +- layouts/partials/post-list.html | 14 +++- layouts/partials/post-meta.html | 6 +- static/css/style.css | 131 +++++++++++++++++++++++++++++++++++-- static/sass/_mixins.scss | 6 ++ static/sass/custom/global.scss | 11 ++++ static/sass/custom/layout.scss | 117 +++++++++++++++++++++++++++++++-- static/sass/custom/typography.scss | 3 +- 12 files changed, 315 insertions(+), 65 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index b746f4e..05fe822 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,18 +1,16 @@ {{ partial "head" . }} - -
-
- {{ partial "header" . }} - {{ partial "navigation" . }} -
-
-

{{ .Title }}

- {{ partial "post-list" . }} - {{ partial "pagination" . }} -
- {{ partial "footer" . }} -
+ +
+ {{ partial "header" . }} + {{ partial "navigation" . }} +
+
+

{{ .Title }}

+ {{ partial "post-list" . }} + {{ partial "pagination" . }} +
+ {{ partial "footer" . }} {{ partial "js" . }} diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 3406891..d4cad82 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,26 +1,24 @@ {{ partial "head" . }} - -
-
- {{ partial "header" . }} - {{ partial "navigation" . }} -
-
-
-
-

{{ .Title }}

-
-
- {{ .Content }} -
-
- {{ partial "post-meta" . }} -
-
-
- {{ partial "footer" . }} -
+ +
+ {{ partial "header" . }} + {{ partial "navigation" . }} +
+
+
+
+

{{ .Title }}

+
+
+ {{ .Content }} +
+
+ {{ partial "post-meta" . }} +
+
+
+ {{ partial "footer" . }} {{ partial "js" . }} diff --git a/layouts/index.html b/layouts/index.html index 0b0f582..7b6e3ea 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,17 +1,16 @@ {{ partial "head" . }} - -
-
- {{ partial "header" . }} - {{ partial "navigation" . }} -
-
- {{ partial "post-list" . }} - {{ partial "pagination" . }} -
- {{ partial "footer" . }} -
+ +
+ {{ partial "header" . }} + {{ partial "navigation" . }} +
+
+

Yay!

+ {{ partial "post-list" . }} + {{ partial "pagination" . }} +
+ {{ partial "footer" . }} {{ partial "js" . }} \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index d11df24..ba99f84 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,9 +1,10 @@