From c2de392b517b5f79f60fa6b26e97b448e34a63b6 Mon Sep 17 00:00:00 2001 From: Andrew Lyu Date: Wed, 16 Jan 2019 01:10:52 +0800 Subject: Fix layouts --- layouts/_default/list.html | 4 ++-- layouts/partials/footer.html | 7 ++++--- layouts/partials/head.html | 4 ++-- layouts/partials/header.html | 2 +- layouts/taxonomy/tag.html | 4 ++-- 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index ac1e96a..91e32a2 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -5,7 +5,7 @@
- {{ .Title }} + {{ .Title | upper }}
{{ range .Paginator.Pages }} @@ -17,4 +17,4 @@ {{ partial "footer.html" . }}
- \ No newline at end of file + diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 9fb2882..ac3795a 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,8 +1,9 @@
{{ template "_internal/google_analytics_async.html" . }} @@ -27,4 +28,4 @@ } }); -
\ No newline at end of file + diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 1d183c3..1a9165b 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -11,10 +11,10 @@ - + - + {{ .Hugo.Generator }} diff --git a/layouts/partials/header.html b/layouts/partials/header.html index 1a17b17..e76bb2f 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -14,4 +14,4 @@ - \ No newline at end of file + diff --git a/layouts/taxonomy/tag.html b/layouts/taxonomy/tag.html index d110624..f82ed40 100644 --- a/layouts/taxonomy/tag.html +++ b/layouts/taxonomy/tag.html @@ -5,7 +5,7 @@
- #{{ .Title }} + #{{ .Title | lower }}
{{ range .Paginator.Pages }} @@ -17,4 +17,4 @@ {{ partial "footer.html" . }}
- \ No newline at end of file + -- cgit v1.2.3