Skip to content

Commit 5698fc9

Browse files
committed
Corrigido pelicanconf.py, movido content/robots.txt para content/extras/robots.txt. #131
1 parent fe023fc commit 5698fc9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
File renamed without changes.

pelicanconf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@
4646
('rss', 'feeds/all.atom.xml'),
4747
)
4848

49-
STATIC_PATHS = ['images', 'extras/CNAME']
49+
STATIC_PATHS = ['images', 'extras/CNAME', 'extras/robots.txt']
5050
EXTRA_PATH_METADATA = {
51-
'extras/CNAME': {'path': 'CNAME'}
51+
'extras/CNAME': {'path': 'CNAME'},
52+
'extras/robots.txt': {'path': 'robots.txt'}
5253
}
5354

5455
# Plugins

0 commit comments

Comments
 (0)