Skip to content

Commit

Permalink
optimize links
Browse files Browse the repository at this point in the history
  • Loading branch information
emptymalei committed Aug 11, 2023
1 parent b1548e8 commit 2a871df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions layouts/partials/post/byauthor.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
{{ dateFormat "2006-01-02" (default .Date (.PublishDate)) }}
</time>;
{{ with .Params.categories }}
{{ . }}
{{/* in <span itemprop="articleSection">{{ delimit (apply (apply (sort .) "partial" "post/category-link" ".") "chomp" ".") ", " " and " }}</span> */}}
in <span itemprop="articleSection">{{ delimit (apply (apply (sort .) "partial" "post/category-link" ".") "chomp" ".") ", " " and " }}</span>
{{ end }}
{{ with .Params.tags }}
and tagged {{ delimit (apply (apply (sort .) "partial" "post/tag-link" ".") "chomp" ".") ", " " and " }}
Expand Down

0 comments on commit 2a871df

Please sign in to comment.