summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authoruvok cheetah2019-05-24 20:57:29 +0200
committeruvok cheetah2019-05-24 20:57:29 +0200
commit3b40722ed8135387329fcd261ba93e3f21d124ea (patch)
tree765ffd218e97874c6545043292b0316f8f552c33 /_includes
parentdfdb94f8603e4b988de805a7c1be651e9883daff (diff)
Revert "Quick fix: Minima / Jekyll removes html extension"
This reverts commit dfdb94f8603e4b988de805a7c1be651e9883daff. Fault is in the config
Diffstat (limited to '_includes')
-rw-r--r--_includes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/header.html b/_includes/header.html
index d338b82..dc42cdd 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -23,7 +23,7 @@
{% for my_page in site.pages %}
{% if my_page.title and my_page.autogen == nil and my_page.url != "/index.html" %}
- <a class="page-link" href="{{ my_page.url | relative_url }}.html">{{ my_page.title | escape }}</a>
+ <a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
{% endif %}
{% endfor %}