From 24aa65fcadc96fd1ab8585aa23e35c493eed4dae Mon Sep 17 00:00:00 2001 From: Raymond Wanyoike Date: Fri, 11 Nov 2016 15:35:32 +0300 Subject: [PATCH] Fix new favicon package support, missing tags Minor improvements --- alchemy/static/css/style.css | 4 ++-- alchemy/templates/article.html | 3 --- alchemy/templates/base.html | 6 ++++-- alchemy/templates/include/comments.html | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/alchemy/static/css/style.css b/alchemy/static/css/style.css index 1c6ccd0..762a9a7 100644 --- a/alchemy/static/css/style.css +++ b/alchemy/static/css/style.css @@ -27,7 +27,7 @@ /* ------------------------------------------------------------------------- */ ::selection { - background: #0085A1; + background: #0085a1; color: #fff; text-shadow: none; } @@ -36,7 +36,7 @@ body { background-color: #f5f5f5; font-family: Merriweather, Georgia, serif; font-size: 16px; - line-height: 1.75; + line-height: 1.5; } h1, diff --git a/alchemy/templates/article.html b/alchemy/templates/article.html index 6ce254f..987a6dd 100644 --- a/alchemy/templates/article.html +++ b/alchemy/templates/article.html @@ -21,13 +21,11 @@ {{ article.locale_date }} -
  • ·
  • {{ article.category }}
  • {% if article.tags %} -
  • ·
  • {% for tag in article.tags %} @@ -36,7 +34,6 @@
  • {% endif %} {% if article.authors and ARTICLE_AUTHORS %} -
  • ·
  • {% for author in article.authors %} diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index 13c0074..82315e7 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -38,6 +38,8 @@ + + {% endif %} @@ -60,7 +62,7 @@
    {% if SITEIMAGE %} {% endif %}
    @@ -130,7 +132,7 @@
    diff --git a/alchemy/templates/include/comments.html b/alchemy/templates/include/comments.html index 36412c7..39384cd 100644 --- a/alchemy/templates/include/comments.html +++ b/alchemy/templates/include/comments.html @@ -13,7 +13,7 @@ (d.head || d.body).appendChild(s); })(); -