diff --git a/content/about/index.md b/content/about/index.md new file mode 100644 index 0000000..5444d5f --- /dev/null +++ b/content/about/index.md @@ -0,0 +1 @@ +My about page diff --git a/content/posts/test-post/index.md b/content/posts/test-post/index.md index b16b241..6df98a3 100644 --- a/content/posts/test-post/index.md +++ b/content/posts/test-post/index.md @@ -44,4 +44,4 @@ Lorem `code` ```ts let name: string; console.log("Hello World"); -``` +``` \ No newline at end of file diff --git a/layouts/_default/single.html b/layouts/_default/single.html index e8cfd0c..de72198 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -1,7 +1,7 @@ {{ define "main" }}
-

{{ .Title }}

+

{{ .Title }}

{{ .Content }}
diff --git a/layouts/partials/posts-list.html b/layouts/partials/posts-list.html index 38893c4..3bb76db 100644 --- a/layouts/partials/posts-list.html +++ b/layouts/partials/posts-list.html @@ -13,14 +13,12 @@

{{ .Key }}

> {{ $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }} - {{ $dateHuman := .Date | time.Format "2 Jan" }} - {{ $dateHumanSmall }} - - {{ .ReadingTime }} min diff --git a/layouts/partials/tags.html b/layouts/partials/tags.html index 3124ec6..9bb9b36 100644 --- a/layouts/partials/tags.html +++ b/layouts/partials/tags.html @@ -4,11 +4,9 @@ $taxonomy }} {{- $label := (index . 0).Parent.LinkTitle }} -
- -
+ {{- end }}