From fc9659aef48b4b0ea9e5278592c685aec5740276 Mon Sep 17 00:00:00 2001 From: Nurlan Su Date: Tue, 25 Oct 2016 02:14:23 +0200 Subject: [PATCH] :blush: Fixed missing tag --- layouts/404.html | 19 +++---- layouts/_default/list.html | 51 +++++++++--------- layouts/_default/single.html | 101 ++++++++++++++++++----------------- layouts/index.html | 39 +++++++------- 4 files changed, 107 insertions(+), 103 deletions(-) diff --git a/layouts/404.html b/layouts/404.html index 311173b..1a4354e 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,12 +1,13 @@ {{ partial "head" . }} - -
- {{ partial "header" . }} -
-
-

Uh oh! Page not found!

+ +
+ {{ partial "header" . }} +
+
+

Uh oh! Page not found!

+
-
- {{ partial "footer" . }} - \ No newline at end of file + {{ partial "footer" . }} + + diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 450bcf0..72c0253 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,30 +1,31 @@ {{ partial "head" . }} - -
- - {{ partial "header" . }} -
-

Archive

-
-
- {{ range .Data.Pages.ByPublishDate }} -
-
-
- {{ .Date.Format "January 2, 2006" }} -
-
-
-
- {{ .Title | markdownify }} -
+ +
+ + {{ partial "header" . }} +
+

Archive

+
+
+ {{ range .Data.Pages.ByPublishDate }} +
+
+
+ {{ .Date.Format "January 2, 2006" }} +
+
+
+ {{ end }}
- {{ end }}
-
+
-
- - {{ partial "footer" . }} - + + {{ partial "footer" . }} + + diff --git a/layouts/_default/single.html b/layouts/_default/single.html index ff464b5..8c2f33f 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,59 +1,60 @@ {{ partial "head" . }} - -
+ +
- - {{ partial "header" . }} - {{ if isset .Params "showpagemeta" }} - {{ .Content }} - {{ else }} -
-
-

- {{ .Title }} -

-
-
-

- {{ .Date.Format "January 2, 2006" }} -    - {{ range .Params.tags }} - {{ . }} - {{ end }} -

-
-
-
-
- {{ .Content }} -
- - - {{ partial "footer" . }} - - + + {{ partial "footer" . }} + + + diff --git a/layouts/index.html b/layouts/index.html index cae0058..d1fa20e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,20 +1,21 @@ {{ partial "head" . }} - -
- {{ partial "header" . }} -
-
-
- Responsive image -
-

I'm {{ .Site.Params.author }}, a Software Engineer.

-

I love all things computer science and maths.

-

Have a look at some of my working projects.

-

For more check out my academic & professional Resume.

-

Contact me at @{{ .Site.Social.Twitter }} or by email.

- {{ partial "social.html" . }} -
-
-
- {{ partial "footer" . }} - \ No newline at end of file + +
+ {{ partial "header" . }} +
+
+
+ Responsive image +
+

I'm {{ .Site.Params.author }}, a Software Engineer.

+

I love all things computer science and maths.

+

Have a look at some of my working projects.

+

For more check out my academic & professional Resume.

+

Contact me at @{{ .Site.Social.Twitter }} or by email.

+ {{ partial "social.html" . }} +
+
+
+ {{ partial "footer" . }} + +