diff --git a/blag/templates/base.html b/blag/templates/base.html index de1f6af..2dad0d7 100644 --- a/blag/templates/base.html +++ b/blag/templates/base.html @@ -23,9 +23,9 @@

{{ site.description }}

@@ -38,10 +38,11 @@ diff --git a/blag/templates/index.html b/blag/templates/index.html index a88a011..002e185 100644 --- a/blag/templates/index.html +++ b/blag/templates/index.html @@ -3,18 +3,20 @@ {% block title %}{{ site.title }}{% endblock %} {% block content %} -{% for entry in archive[:10] %} - {% if entry.title %} -

{{entry.title}}

+{% for entry in archive[:15] %} - {% if entry.description %} -

— {{ entry.description }}

- {% endif %} - - {% endif %} - -

Written on {{ entry.date.date() }}.

+
+
+ +
+

{{ entry.title }}

+ {% if entry.description %} +

— {{ entry.description }}

+ {% endif %} +
+
+
{% endfor %} diff --git a/blag/templates/tag.html b/blag/templates/tag.html index 84bbe2c..4abd3bc 100644 --- a/blag/templates/tag.html +++ b/blag/templates/tag.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}Tag: {{ tag }}{% endblock %} +{% block title %}#{{ tag }}{% endblock %} {% block content %}