diff --git a/themes/writeonly/layouts/partials/shared/post-categories.html b/themes/writeonly/layouts/partials/shared/post-categories.html index 4df0ddd..8402411 100644 --- a/themes/writeonly/layouts/partials/shared/post-categories.html +++ b/themes/writeonly/layouts/partials/shared/post-categories.html @@ -8,7 +8,7 @@ {{ . }} - + {{ end }} {{ end }} diff --git a/themes/writeonly/layouts/partials/shared/post-meta.html b/themes/writeonly/layouts/partials/shared/post-meta.html index 72169c4..2952930 100644 --- a/themes/writeonly/layouts/partials/shared/post-meta.html +++ b/themes/writeonly/layouts/partials/shared/post-meta.html @@ -38,4 +38,9 @@ {{ range .Params.tags }} {{ . }} {{ end }} + {{ if .IsPage }} + {{ with .Page.File.Path }} +   + {{ end }} + {{ end }}