diff --git a/templates/index.html b/templates/index.html index 9b07781..f797068 100644 --- a/templates/index.html +++ b/templates/index.html @@ -23,7 +23,7 @@

    {% set data = load_data(path="content/feedback.toml") %} {% for feedback in data.feedback %} -

    "{{ feedback.text }}"

    +

    "{{ feedback.text }}"

    {% endfor %}
diff --git a/templates/post.html b/templates/post.html index eafcef4..1837e28 100644 --- a/templates/post.html +++ b/templates/post.html @@ -9,9 +9,9 @@

{{ page.title }} {% if page.description %} -

+

{{ page.description }} -

+

{% endif %} {{ page.date | date(format="%B %d, %Y") }} {% if page.extra.authors %}