mirror of
https://github.com/zyllian/webdog.git
synced 2025-05-10 10:36:39 -07:00
make rss feeds optional for resources
This commit is contained in:
parent
95a0765b1e
commit
ddeb079d52
7 changed files with 101 additions and 65 deletions
|
@ -14,9 +14,10 @@ resources:
|
|||
resource_template: blog/blog.tera
|
||||
resource_list_template: blog/list.tera
|
||||
tag_list_template: basic-link-list.tera
|
||||
rss_template: blog/rss.tera
|
||||
rss_title: webdog blog
|
||||
rss_description: feed of recent webdog blog posts.
|
||||
rss:
|
||||
template: blog/rss.tera
|
||||
title: webdog blog
|
||||
description: feed of recent webdog blog posts.
|
||||
list_title: blog
|
||||
tag_list_title: blog tags
|
||||
resource_name_plural: blog posts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue