summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNina Siessegger <n.siessegger@zeromail.org>2020-01-09 13:52:42 +0100
committerNina Siessegger <n.siessegger@zeromail.org>2020-01-13 14:15:43 +0100
commit3fb5451bd9235ba1b55c3420211ca7130b5a4a36 (patch)
treee26409dffef099b939e7a6f9cd82fb606ff1d9d9
parent209aaea761723b4b6b4a3636a722f7d3ec6dd4ec (diff)
Style content area
-rw-r--r--_layouts/home.html2
-rw-r--r--_layouts/news.html6
-rw-r--r--_layouts/post.html8
-rw-r--r--_posts/2018-09-04-schleuder-3-3-0-released.md4
4 files changed, 12 insertions, 8 deletions
diff --git a/_layouts/home.html b/_layouts/home.html
index 954f118..1ce4b55 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -7,5 +7,5 @@ layout: default
<h1>{{ page.title }}</h1>
<div id='subtitle'>{{ page.subtitle }}</div>
</header>
- <article>{{ content }}</article>
+ <article class="content">{{ content }}</article>
</div>
diff --git a/_layouts/news.html b/_layouts/news.html
index badea25..449bcf8 100644
--- a/_layouts/news.html
+++ b/_layouts/news.html
@@ -3,6 +3,8 @@ layout: default
---
<div class='news'>
- <h2 class="title">{{ page.title }}</h2>
- {{ content }}
+ <h1 class="title">{{ page.title }}</h1>
+ <div class="content">
+ {{ content }}
+ </div>
</div>
diff --git a/_layouts/post.html b/_layouts/post.html
index 062a2cf..ff8ae4b 100644
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -3,7 +3,7 @@ layout: default
---
<div class='post'>
- <h1 class="title">{{ page.title }}</h1>
- <h3>{{ page.date | date_to_string: "oh3dinal", "US"}}</h3>
- <article>{{ content }}</article>
-</div>
+ <h1 class="title">{{ page.title }}</h1>
+ <h3>{{ page.date | date_to_string: "ordinal", "US"}}</h3>
+ <article class="content">{{ content }}</article>
+</div> \ No newline at end of file
diff --git a/_posts/2018-09-04-schleuder-3-3-0-released.md b/_posts/2018-09-04-schleuder-3-3-0-released.md
index 101d52c..85701d5 100644
--- a/_posts/2018-09-04-schleuder-3-3-0-released.md
+++ b/_posts/2018-09-04-schleuder-3-3-0-released.md
@@ -4,4 +4,6 @@ title: "Schleuder 3.3.0 released!"
date: "2018-09-04"
---
-This release contains a few bug fixes and improvements: Missing arguments to keywords are now properly handled, and also more helpful error messages are provided; "Protected Headers" now are handled in a way that Thunderbird/Enigmail recognize; we also introduced a new keyword to remove a fingerprint from a subscription, and protected X-SET-FINGERPRINT better against accidental mis-use. Additionally the pseudoheaders now fully depend on the 'headers_to_meta' configuration-option, including 'sig' and 'enc'; in effect you can now also have a fully empty pseudoheaders-block, which might come in handy for newsletters. Thanks to all contributors! Packages for Debian and CentOS will be released soon. For all details please see the [changelog](https://0xacab.org/schleuder/schleuder/blob/master/CHANGELOG.md#330-2018-09-04). \ No newline at end of file
+This release contains a few bug fixes and improvements: Missing arguments to keywords are now properly handled, and also more helpful error messages are provided; "Protected Headers" now are handled in a way that Thunderbird/Enigmail recognize; we also introduced a new keyword to remove a fingerprint from a subscription, and protected X-SET-FINGERPRINT better against accidental mis-use.
+
+Additionally the pseudoheaders now fully depend on the 'headers_to_meta' configuration-option, including 'sig' and 'enc'; in effect you can now also have a fully empty pseudoheaders-block, which might come in handy for newsletters. Thanks to all contributors! Packages for Debian and CentOS will be released soon. For all details please see the [changelog](https://0xacab.org/schleuder/schleuder/blob/master/CHANGELOG.md#330-2018-09-04). \ No newline at end of file