diff --git a/layouts/partials/post/byauthor.html b/layouts/partials/post/byauthor.html index 7cf9fed..c12f909 100755 --- a/layouts/partials/post/byauthor.html +++ b/layouts/partials/post/byauthor.html @@ -12,8 +12,7 @@ {{ dateFormat "2006-01-02" (default .Date (.PublishDate)) }} ; {{ with .Params.categories }} - {{ . }} - {{/* in {{ delimit (apply (apply (sort .) "partial" "post/category-link" ".") "chomp" ".") ", " " and " }} */}} + in {{ delimit (apply (apply (sort .) "partial" "post/category-link" ".") "chomp" ".") ", " " and " }} {{ end }} {{ with .Params.tags }} and tagged {{ delimit (apply (apply (sort .) "partial" "post/tag-link" ".") "chomp" ".") ", " " and " }}