feat: Disable Facebook link and robots.txt generation
This commit is contained in:
parent
4fb81807f5
commit
44bad6e782
1 changed files with 2 additions and 3 deletions
|
@ -9,8 +9,7 @@ SectionPagesMenu = "main"
|
||||||
Paginate = 30
|
Paginate = 30
|
||||||
recent_posts_number = 2
|
recent_posts_number = 2
|
||||||
googleAnalytics = ""
|
googleAnalytics = ""
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = false
|
||||||
|
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
changefreq = "monthly"
|
changefreq = "monthly"
|
||||||
|
@ -20,7 +19,7 @@ enableRobotsTXT = true
|
||||||
[params]
|
[params]
|
||||||
favicon = "favicon.ico"
|
favicon = "favicon.ico"
|
||||||
description = ""
|
description = ""
|
||||||
facebook = "https://www.facebook.com/LesArchersduBisse"
|
facebook = ""
|
||||||
twitter = ""
|
twitter = ""
|
||||||
instagram = ""
|
instagram = ""
|
||||||
youtube = ""
|
youtube = ""
|
||||||
|
|
Loading…
Add table
Reference in a new issue