aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--_includes/jekyll-theme/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/jekyll-theme/footer.html b/_includes/jekyll-theme/footer.html
index acea458..78e5eda 100644
--- a/_includes/jekyll-theme/footer.html
+++ b/_includes/jekyll-theme/footer.html
@@ -9,7 +9,7 @@
{% else %}
{% for file in site.static_files %}
{% assign path = file.path | downcase %}
- {% if path == 'license' or path == 'license.txt' %}
+ {% if path == '/license' or path == '/license.txt' %}
{% assign license_file = file.path | relative_url %}
{% endif %}
{% endfor %}