diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 3686b9a..358c23e 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -6,7 +6,7 @@

{{ .Title | markdownify }}

- {{ .Date.Day }}/{{ sub .Date.Month 0 }}/{{ .Date.Year }} + {{ .Date.Year }}-{{ sub .Date.Month 0 }}-{{ .Date.Day }} Written by {{ .Params.Author }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 1790a01..8b7cbb3 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -3,7 +3,7 @@

{{ .Title | markdownify }}

- {{ .Date.Day }}/{{ sub .Date.Month 0 }}/{{ .Date.Year }} + {{ .Date.Year }}-{{ sub .Date.Month 0 }}-{{ .Date.Day }} Written by {{ .Params.Author }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 1aaab11..e08903a 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -6,7 +6,7 @@ {{ partial "logo.html" . }} {{end}} diff --git a/source/css/main.css b/source/css/main.css index fff3bb6..8b0bae9 100644 --- a/source/css/main.css +++ b/source/css/main.css @@ -35,7 +35,7 @@ body { h1, h2, h3, h4, h5, h6 { display: flex; align-items: center; - line-height: 1.43; + line-height: 1.3; } h1 {