chiark / gitweb /
site: no need for a leading slash.
authorVladimír Vondruš <mosra@centrum.cz>
Thu, 21 Dec 2017 17:56:54 +0000 (18:56 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Thu, 21 Dec 2017 17:56:54 +0000 (18:56 +0100)
site/pelicanconf.py

index 4bdd4e6cadef7e6f2da0c2f747394597621b7948..42c3b0ef9a2d219061f6be4052712a887f2b09ea 100644 (file)
@@ -144,11 +144,11 @@ THEME = '../pelican-theme'
 THEME_STATIC_DIR = 'static'
 M_THEME_COLOR = '#22272e'
 M_CSS_FILES = ['https://fonts.googleapis.com/css?family=Source+Code+Pro:400,400i,600%7CSource+Sans+Pro:400,400i,600,600i&subset=latin-ext',
-               '/static/m-dark.css',
-              #'/static/m-debug.css'
+               'static/m-dark.css',
+              #'static/m-debug.css'
               ]
 #M_CSS_FILES = ['https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700,700i%7CSource+Code+Pro:400,400i,600',
-               #'/static/m-light.css']
+               #'static/m-light.css']
 
 FORMATTED_FIELDS = ['summary', 'landing', 'header', 'footer', 'description', 'badge']