Browse Source

Fixed pages markdown tab length

Paul-Louis Ageneau 2 years ago
parent
commit
cbd14c227a
1 changed files with 5 additions and 1 deletions
  1. 5 1
      pages/pelicanconf.py

+ 5 - 1
pages/pelicanconf.py

@@ -38,4 +38,8 @@ AUTHOR_FEED_RSS = None
 DEFAULT_PAGINATION = False
 DEFAULT_PAGINATION = False
 
 
 # Uncomment following line if you want document-relative URLs when developing
 # Uncomment following line if you want document-relative URLs when developing
-#RELATIVE_URLS = True
+#RELATIVE_URLS = True
+
+MARKDOWN = {
+    'tab_length': 2,
+}