From 952ae31731b5aadf1b266bc4f59b9b1262041c04 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 19 Jan 2013 11:35:47 +0100 Subject: A simple CSS has been added for the webzine. --- source/export.py | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/source/export.py b/source/export.py index 0bd9d45d..cfbdec5c 100644 --- a/source/export.py +++ b/source/export.py @@ -40,12 +40,28 @@ import os import conf import utils -htmlheader = '\n' + \ - '' + \ - '\n\tpyAggr3g470r\n' + \ - '\t' + \ - '\n\t\n' + \ - '\n' +htmlheader = """ + +pyAggr3g470r + + +""" htmlfooter = '
\n

This software is under GPLv3 license. You are welcome to copy, modify or' + \ ' redistribute the source code according to the' + \ -- cgit