diff --git a/static/css/base.css b/static/css/base.css index 65e0d78..1d14032 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -195,7 +195,7 @@ pre { } .entry .facebook { - float: right; + padding: 5px 0; height: 18px; } diff --git a/templates/modules/entry.html b/templates/modules/entry.html index 67a6007..0fb0e3e 100644 --- a/templates/modules/entry.html +++ b/templates/modules/entry.html @@ -1,13 +1,13 @@

{{ escape(entry.title) }}

+
+ {{ locale.format_date(entry.published, full_format=True, shorter=True) }} +
{% if show_share %}
{% end %} -
- {{ locale.format_date(entry.published, full_format=True, shorter=True) }} -
{{ entry.body }}
{% if entry.tags %}