diff --git a/alchemy/static/css/style.css b/alchemy/static/css/style.css index 762a9a7..a7c2220 100644 --- a/alchemy/static/css/style.css +++ b/alchemy/static/css/style.css @@ -71,6 +71,7 @@ blockquote { .header { border-bottom: 1px solid #ddd; + padding-bottom: 10px; } .main { @@ -102,12 +103,12 @@ blockquote { .header p { font-size: 1.1em; - margin: 20px 0; + margin-top: 20px; } .header ul { font-family: Montserrat, 'Helvetica Neue', sans-serif; - margin-bottom: 10px; + margin-bottom: 0; } .header li { diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index 26abc2f..ca47687 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -118,11 +118,13 @@ {% endif %}
  • Archives
  • Categories
  • + {% if tags|length %}
  • Tags
  • + {% endif %} diff --git a/alchemy/templates/include/analytics.html b/alchemy/templates/include/analytics.html index edd6efe..c41baa5 100644 --- a/alchemy/templates/include/analytics.html +++ b/alchemy/templates/include/analytics.html @@ -5,9 +5,10 @@ i[r] = i[r] || function() { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); - a = s.createElement(o), m = s.getElementsByTagName(o)[0]; + a = s.createElement(o); a.async = 1; a.src = g; + m = s.getElementsByTagName(o)[0]; m.parentNode.insertBefore(a, m) })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); ga('create', '{{ GOOGLE_ANALYTICS }}', 'auto'); diff --git a/alchemy/templates/include/comments.html b/alchemy/templates/include/comments.html index 39384cd..7bb3c6b 100644 --- a/alchemy/templates/include/comments.html +++ b/alchemy/templates/include/comments.html @@ -2,12 +2,13 @@