diff --git a/layouts/_default/list.html b/layouts/_default/list.html index ac1e96a..5b1705e 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -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 @@ \ 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/partials/nav.html b/layouts/partials/nav.html index 81e71d2..5d98f72 100644 --- a/layouts/partials/nav.html +++ b/layouts/partials/nav.html @@ -1,14 +1,14 @@ \ 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 +