Browse Source

use $title instead of .Params.name under "with" action

master
Alexander Avery 2 days ago
parent
commit
f7fe8682cd
  1. 2
      layouts/authors/terms.html

2
layouts/authors/terms.html

@ -13,7 +13,7 @@
"alt" .Params.alt
"title" $title
"summary" $summary
"url" (printf "/%s/%s" "authors" (.Params.name | urlize))) }}
"url" (printf "/%s/%s" "authors" ($title | urlize))) }}
{{- end }}
{{- end }}

Loading…
Cancel
Save