home · contact · privacy
Update HTML templates.
authorChristian Heller <c.heller@plomlompom.de>
Mon, 2 Jan 2017 23:38:01 +0000 (00:38 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Mon, 2 Jan 2017 23:38:01 +0000 (00:38 +0100)
processor/metadata/article.tmpl.do
processor/metadata/index.tmpl.do

index 9f08b033b2a5c0832e3e6fdceb79fd9dfe29c058..13beb35ff2823034b2ea4bbc5dbf59ade6d27b80 100644 (file)
@@ -5,6 +5,17 @@ cat << EOF
 <!DOCTYPE html>
 <html>
 <head>
+<meta charset="UTF-8">
+<style type="text/css">
+h1 { font-size: 2em; }
+h2 { font-size: 1.5em; }
+h3 { font-size: 1.17em; }
+h4 { font-size: 1.12em; }
+h5 { font-size: .83em; }
+h6 { font-size: .75em; }
+header h1 { margin-bottom: 0.1em; }
+header p { margin: 0; }
+</style>
 <title>%BLOG_TITLE% – %ARTICLE_TITLE_ESCAPED%</title>
 </head>
 <body>
index 275ca2b1f4727cee3cb84acb19df1fdd15836956..5fbc63b730944986e410ad8a5d99cbd50f73c333 100644 (file)
@@ -5,6 +5,10 @@ cat << EOF
 <!DOCTYPE html>
 <html>
 <head>
+<meta charset="UTF-8">
+<style type="text/css">
+h1 { font-size: 2em; }
+</style>
 <link rel="alternate" type="application/rss+xml" title="atom feed" href="feed.xml" />
 <title>%TITLE%</title>
 </head>