diff --git a/content/categories/slashes/_index.md b/content/categories/slashes/_index.md index ab09aa0..c1c5ceb 100644 --- a/content/categories/slashes/_index.md +++ b/content/categories/slashes/_index.md @@ -1,8 +1,8 @@ --- -title: slashes +title: /slashes url: /slashes aliases: - categories/slashes description: > - My collection of slashpages. + My collection of slash pages. --- \ No newline at end of file diff --git a/layouts/partials/archive.html b/layouts/partials/archive.html index 27017fa..4907815 100644 --- a/layouts/partials/archive.html +++ b/layouts/partials/archive.html @@ -6,9 +6,9 @@ {{ if .IsHome }}

{{ site.Params.indexTitle | markdownify }}

{{ else }} - {{ if eq .Title "slashes" }} -

/slashes

- My collection of slashpages.
+ {{ if eq .Title "/slashes" }} +

{{ .Title | markdownify }}

+ My collection of slash pages.
{{ else }}

{{ .Title | markdownify }}{{ if eq .Kind "term" }}  

{{ with .Description }}{{ . }}
{{ else }}
{{ end }} @@ -48,7 +48,7 @@ {{ end }} {{- end }} {{- else }} - {{- if eq .Title "slashes" }} + {{- if eq .Title "/slashes" }} {{- $sortedSlashes := sort $pages "Title" }} {{- range $sortedSlashes }} {{- $postDate := .Date.Format "2006-01-02" }}