From ea9c43ee053951f843716a4e81842fc03e154f89 Mon Sep 17 00:00:00 2001 From: Vikrant Chaudhary Date: Sun, 13 Sep 2015 19:11:55 +0530 Subject: Better looking newsletter (specially in Android Gmail). --- pelicanconf.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'pelicanconf.py') 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' -- cgit v1.2.3