{{ page_title }}

Feeds Enabled
Default is feed.xml
Set to “0” to use “Posts per Page” setting ({{ web_log.posts_per_page }})
Can be a Creative Commons license string

Custom Feeds

Add a New Custom Feed
{%- assign source_col = "col-12 col-md-6" -%} {%- assign path_col = "col-12 col-md-6" -%}
FeedSource
Relative Path
{%- assign feed_count = custom_feeds | size -%} {% if feed_count > 0 %} {% for feed in custom_feeds %}
{{ feed.source }} {%- if feed.is_podcast %}   PODCAST{% endif %}
View Feed {%- capture feed_edit %}admin/settings/rss/{{ feed.id }}/edit{% endcapture -%} Edit {%- capture feed_del %}admin/settings/rss/{{ feed.id }}/delete{% endcapture -%} {%- capture feed_del_link %}{{ feed_del | relative_link }}{% endcapture -%} Delete
Served at {{ feed.path }} {{ feed.path }}
{% endfor %} {% else %} No custom feeds defined {% endif %}