Skip to content
Snippets Groups Projects
Commit 174a925b authored by Diego Salazar's avatar Diego Salazar
Browse files

Update index.html a tag with '.html' at the end

parent a5a0f62d
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ layout: default ...@@ -7,7 +7,7 @@ layout: default
{% for post in paginator.posts %} {% for post in paginator.posts %}
<li class="post"> <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> <time datetime="{{ post.date | date_to_xmlschema }}" class="by-line">{{ post.date | date_to_string }}</time>
<p>{{ post.excerpt }}</p> <p>{{ post.excerpt }}</p>
</li> </li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment