diff --git a/layouts/_default/li.html b/layouts/_default/li.html index 69716ed..6c65511 100644 --- a/layouts/_default/li.html +++ b/layouts/_default/li.html @@ -17,7 +17,7 @@
{{ if (isset .Params "description") }}{{ index .Params "description" }}{{ else }}{{ .Summary }}{{ end }}
Posted
- {{ if (isset .Params "categories") }}{{ range .Params.categories }}#{{ . }} {{ end }}
{{ end }} + {{ if (isset .Params "categories") }}{{ range .Params.categories }}#{{ . | urlize | title }} {{ end }}
{{ end }}