diff --git a/alchemy/static/css/style.css b/alchemy/static/css/style.css index 8edfc9e..87dc94c 100644 --- a/alchemy/static/css/style.css +++ b/alchemy/static/css/style.css @@ -37,16 +37,6 @@ a:hover { border-bottom: 1px solid #ddd; } -.main { - background-color: #fff; - padding: 20px 0; -} - -.footer { - border-top: 1px solid #ddd; - padding: 20px 0; -} - .header img { border: 4px solid #333; margin: 20px 0; @@ -70,6 +60,16 @@ a:hover { margin-bottom: 10px; } +.main { + background-color: #fff; + padding: 20px 0; +} + +.footer { + border-top: 1px solid #ddd; + padding: 20px 0; +} + .page-header { margin-top: 0; } diff --git a/alchemy/templates/article.html b/alchemy/templates/article.html index 4ca52b1..089fded 100644 --- a/alchemy/templates/article.html +++ b/alchemy/templates/article.html @@ -20,7 +20,7 @@
  • {{ article.locale_date }}
  • ·
  • {{ article.category }}
  • - {% if article.authors and SHOW_ARTICLE_AUTHORS %} + {% if article.authors and ARTICLE_AUTHORS %}
  • ·
  • By {% for author in article.authors %} diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index bf9ccd6..ef81c3a 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -34,7 +34,7 @@ {% endif %} - {% if SHOW_FAVICONS %} + {% if FAVICONS %} @@ -59,50 +59,47 @@
    - {% if SITE_IMAGE %} + {% if SITEIMAGE %} {% endif %} -
    +

    {{ SITENAME }}

    -

    {{ SITE_TAGLINE }}

    - {% if EXTERNAL_LINKS or PAGES or EMAIL_LINK or FACEBOOK_LINK or FEED_ALL_ATOM or GITHUB_LINK or GOOGLE_LINK or TWITTER_LINK %} +

    {{ SITESUBTITLE }}

    + {% if LINKS or PAGES or FACEBOOK_URL or FEED_ALL_ATOM or GITHUB_URL or G_PLUS_URL or TWITTER_URL %}
    {% endif %} @@ -125,7 +122,7 @@