summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorVikrant Chaudhary <nasa42@gmail.com>2015-09-13 19:11:55 +0530
committerVikrant Chaudhary <nasa42@gmail.com>2015-09-13 19:40:32 +0530
commitea9c43ee053951f843716a4e81842fc03e154f89 (patch)
tree0f96288eb8486bf2c20b5a5c36557309f4418e6f /pelicanconf.py
parentef89881b30812c9ca815091cf645c0b9c5bc7154 (diff)
Better looking newsletter (specially in Android Gmail).
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index b14525c..86da212 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -11,11 +11,6 @@ SOURCE_URL = 'https://github.com/cmr/this-week-in-rust'
if '1' == os.environ.get('TWIR_NEWSLETTER_THEME'):
THEME = 'themes/newsletter'
- css_path = os.path.join(os.path.dirname(__file__), 'themes', 'newsletter', 'static', 'css')
- with open(os.path.join(css_path, 'ink.css')) as f:
- CSS_INK = f.read()
- with open(os.path.join(css_path, 'main.css')) as f:
- CSS_MAIN = f.read()
else:
THEME = 'themes/rusted'