Fix feeds
This commit is contained in:
parent
747c1b6c3b
commit
00f582146d
4 changed files with 6 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ default_language = "en"
|
||||||
|
|
||||||
minify_html = false
|
minify_html = false
|
||||||
|
|
||||||
|
generate_feeds = true
|
||||||
|
author = "tuxmain"
|
||||||
|
|
||||||
[slugify]
|
[slugify]
|
||||||
paths = "off"
|
paths = "off"
|
||||||
taxonomies = "off"
|
taxonomies = "off"
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,5 @@ page_template = "blog.html"
|
||||||
title = "Blogo"
|
title = "Blogo"
|
||||||
sort_by = "date"
|
sort_by = "date"
|
||||||
insert_anchor_links = "left"
|
insert_anchor_links = "left"
|
||||||
|
generate_feeds = true
|
||||||
+++
|
+++
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,5 @@ page_template = "blog.html"
|
||||||
title = "Blog"
|
title = "Blog"
|
||||||
sort_by = "date"
|
sort_by = "date"
|
||||||
insert_anchor_links = "left"
|
insert_anchor_links = "left"
|
||||||
|
generate_feeds = true
|
||||||
+++
|
+++
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,5 @@ page_template = "blog.html"
|
||||||
title = "Blog"
|
title = "Blog"
|
||||||
sort_by = "date"
|
sort_by = "date"
|
||||||
insert_anchor_links = "left"
|
insert_anchor_links = "left"
|
||||||
|
generate_feeds = true
|
||||||
+++
|
+++
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue