From 339898fc6688f5a7fcdf65fd4f72d52fef781b83 Mon Sep 17 00:00:00 2001 From: Diego Salazar <rehrar@tuta.io> Date: Fri, 29 Mar 2019 05:50:09 +0100 Subject: [PATCH] Stopped being an idiot and put .html in the right place --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f329ea2..51aa426 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ layout: default {% for post in paginator.posts %} <li class="post"> - <h2><a href="{% if site.baseurl == "/" %}{{ post.url }}{% else %}{{ post.url | prepend: site.baseurl }}{% endif %}">{{ post.title }}.html</a></h2> + <h2><a href="{% if site.baseurl == "/" %}{{ post.url }}{% else %}{{ post.url | prepend: site.baseurl }}{% endif %}.html">{{ post.title }}</a></h2> <time datetime="{{ post.date | date_to_xmlschema }}" class="by-line">{{ post.date | date_to_string }}</time> <p>{{ post.excerpt }}</p> </li> -- GitLab