summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/feed.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/feed.html b/templates/feed.html
index f8800bc..7d5a325 100644
--- a/templates/feed.html
+++ b/templates/feed.html
@@ -32,9 +32,7 @@
</time>
</i>
</span>
- <a href="{{ post.name }}">
- {{ post.metadata.title }}
- </a>
+ <a href="{{ post.name }}">{{ post.metadata.title }}</a>
</li>
{% endfor %}
</ul>