diff --git a/content/images/favicon.ico b/content/images/favicon.ico new file mode 100644 index 0000000..076a39b Binary files /dev/null and b/content/images/favicon.ico differ diff --git a/themes/pelican-elegant/static/css/custom.css b/themes/pelican-elegant/static/css/custom.css index 352d073..625b67a 100644 --- a/themes/pelican-elegant/static/css/custom.css +++ b/themes/pelican-elegant/static/css/custom.css @@ -50,8 +50,8 @@ textarea { article { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; margin: 25px; - - + line-height: 1.5; + } article a { diff --git a/themes/pelican-elegant/templates/base.html b/themes/pelican-elegant/templates/base.html index a830c62..9ba96c8 100644 --- a/themes/pelican-elegant/templates/base.html +++ b/themes/pelican-elegant/templates/base.html @@ -1,6 +1,7 @@ + diff --git a/themes/pelican-elegant/templates/index.html b/themes/pelican-elegant/templates/index.html index 3187ccc..1e73b01 100644 --- a/themes/pelican-elegant/templates/index.html +++ b/themes/pelican-elegant/templates/index.html @@ -82,9 +82,9 @@

{{ article. {% if loop.index0 < RECENT_ARTICLES_COUNT %}
{{ article.title }} {%if article.subtitle %} {{ article.subtitle }} {% endif %}
-
- posted by on -{{ article.locale_date }}
+
+

Posted by on +{{ article.locale_date }}

{{ article.summary }}