summaryrefslogtreecommitdiffstats
path: root/_layouts/author.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/author.html')
-rw-r--r--_layouts/author.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_layouts/author.html b/_layouts/author.html
index 44e62e5..226f1bb 100644
--- a/_layouts/author.html
+++ b/_layouts/author.html
@@ -15,7 +15,7 @@ layout: default
{% include posts_by_author.html %}
{% for post in return %}
<li>
- <a href="{{ post.url | remove: ".html" }}">
+ <a href="{{ post.url }}">
{{ post.title }} @ {{ post.date | date: site.short_date_format }}
</a>
</li>