diff --git a/templates/index.html b/templates/index.html index 7055199..cc3400d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,7 +7,7 @@ - + diff --git a/templates/note.html b/templates/note.html index 930a7b7..c0f6ea7 100644 --- a/templates/note.html +++ b/templates/note.html @@ -1,14 +1,14 @@ {% extends "layout.html" %} {% import 'utils.html' as utils %} -{% block title %}{{ config.NAME }}: "{{ note.activity.object.content | html2plaintext | truncate(50) }}"{% endblock %} +{% block title %}{{ config.NAME }}: "{{ note.activity.object.content | html2plaintext | trim | truncate(50) }}"{% endblock %} {% block header %} - + - + diff --git a/templates/tags.html b/templates/tags.html index caf152a..ea983b2 100644 --- a/templates/tags.html +++ b/templates/tags.html @@ -8,7 +8,7 @@ - +