Skip to content

Commit c8a1a29

Browse files
committed
changed default to not download images
1 parent 948ecd2 commit c8a1a29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pelicanconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def md(content, *args):
101101

102102
# When set to true, external links to KeyForge/M:tG/Gwent/FaB card images will be used
103103
# if false images will be downloaded (which could be a copyright violation if you include them)
104-
USE_EXTERNAL_LINKS = False
104+
USE_EXTERNAL_LINKS = True
105105
STATIC_EXCLUDES = []
106106

107107
# Uncomment following line if you want document-relative URLs when developing

0 commit comments

Comments
 (0)