Adds option to hide titles from micropost rss

This commit is contained in:
Josh Johnson 2018-01-29 23:58:18 -05:00
parent 6c2033d06b
commit 6fcc558b7f
No known key found for this signature in database
GPG key ID: 93E0C66B0988E48B
3 changed files with 30 additions and 2 deletions

View file

@ -3,11 +3,11 @@
{{ if isset .Site.Params "yearlymicroposts" | and ( .Site.Params.yearlymicroposts ) }}
{{ partial "yearly_grouping.html" . }}
{{ partial "yearly_grouping.html" . }}
{{ else }}
{{ partial "default_list.html" . }}
{{ partial "default_list.html" . }}
{{ end }}