|
|
@ -17,9 +17,9 @@ |
|
|
|
<footer> |
|
|
|
<hr> |
|
|
|
<p> |
|
|
|
Published |
|
|
|
{{ .Section | title }} |
|
|
|
{{ with .Params.categories }} |
|
|
|
in {{ delimit (apply (apply (sort .) "partial" "category-link.html" ".") "chomp" ".") ", " " and " }} |
|
|
|
in {{ delimit (apply (apply (sort .) "partial" "feature/category-link.html" ".") "chomp" ".") ", " " and " }} |
|
|
|
{{ end }} |
|
|
|
{{ with .Params.features }} |
|
|
|
using {{ delimit (apply (apply (sort .) "partial" "feature-link.html" ".") "chomp" ".") ", " " and " }}. |
|
|
|