summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDmitry Ilvokhin <d@ilvokhin.com>2022-12-26 20:10:43 +0000
committerDmitry Ilvokhin <d@ilvokhin.com>2022-12-26 20:10:43 +0000
commitd476691b86810e1dc1e9ea37c3fb9c6728f722ee (patch)
tree7f2686f4ce2617dc2caf0c371967ce0057929b3e /templates
parent141225d062af26af3a2248653c6ebb0c502502b6 (diff)
downloadblog-d476691b86810e1dc1e9ea37c3fb9c6728f722ee.tar.gz
blog-d476691b86810e1dc1e9ea37c3fb9c6728f722ee.tar.bz2
blog-d476691b86810e1dc1e9ea37c3fb9c6728f722ee.zip
Add README.md file
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>