From 174a925b6ccef5a861f0ab21058218c118745d20 Mon Sep 17 00:00:00 2001
From: Diego Salazar <rehrar@tuta.io>
Date: Fri, 29 Mar 2019 05:40:10 +0100
Subject: [PATCH] Update index.html a tag with '.html' at the end

---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index b0daa99..f329ea2 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 }}</a></h2>
+	  	<h2><a href="{% if site.baseurl == "/" %}{{ post.url }}{% else %}{{ post.url | prepend: site.baseurl }}{% endif %}">{{ post.title }}.html</a></h2>
 	  	<time datetime="{{ post.date | date_to_xmlschema }}" class="by-line">{{ post.date | date_to_string }}</time>
 	  	<p>{{ post.excerpt }}</p>
 	  </li>
-- 
GitLab