From 9290a0311028130fe566450dd36419a759fb0c8a Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Mon, 9 Sep 2019 14:59:47 +0200 Subject: [PATCH] Stylistic corrections --- publichealth/home/templates/puput/blog_page.html | 9 +++++---- publichealth/home/templates/puput/entry_page.html | 4 +++- publichealth/static/css/main.scss | 4 +++- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/publichealth/home/templates/puput/blog_page.html b/publichealth/home/templates/puput/blog_page.html index 2da980c..8aa819e 100644 --- a/publichealth/home/templates/puput/blog_page.html +++ b/publichealth/home/templates/puput/blog_page.html @@ -54,14 +54,15 @@
{% if entry.header_image %} - + {% image entry.header_image fill-800x240 as header_image %} {{ entry.header_image.title }} - + {% endif %} - {% include 'puput/entry_links.html' %} +
+

{{ entry.title }}

{% if entry.excerpt %} {{ entry.excerpt|richtext }} {% else %} @@ -83,7 +84,7 @@
diff --git a/publichealth/home/templates/puput/entry_page.html b/publichealth/home/templates/puput/entry_page.html index 74a71e0..a55e172 100644 --- a/publichealth/home/templates/puput/entry_page.html +++ b/publichealth/home/templates/puput/entry_page.html @@ -59,7 +59,9 @@
{% entry_url self blog_page as post_url %} diff --git a/publichealth/static/css/main.scss b/publichealth/static/css/main.scss index 2fcd2e5..5213dac 100644 --- a/publichealth/static/css/main.scss +++ b/publichealth/static/css/main.scss @@ -64,7 +64,9 @@ $slider-nav: 200px; font-size: 70%; background: #2643A9 !important; } .blog-header a { - color: white !important; text-shadow: 1px 1px 2px black; + color: white !important; + text-shadow: 1px 1px 2px black; + text-decoration: none; } @import "subsites";