Adds option to hide titles from micropost rss
This commit is contained in:
parent
6c2033d06b
commit
6fcc558b7f
3 changed files with 30 additions and 2 deletions
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue