aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html2
-rw-r--r--_includes/header.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
index 2e9f717..1d5180e 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -6,7 +6,7 @@
<div style="display: table; width: 100%;">
<div style="display: table-row;">
<div style="display: table-cell;">
- <div class="text-center text-muted"><small>This project is licensed under the terms of the MIT License. See <a href="{{ site.github.repository_url }}#license">License</a> for details.</small></div>
+ <div class="text-center text-muted"><small>This project is licensed under the terms of the MIT License. See <a href="{{ site.github.repository_url }}/blob/master/README.md#license">License</a> for details.</small></div>
</div>
</div>
<div style="display: table-row;">
diff --git a/_includes/header.html b/_includes/header.html
index 0bca973..ff3a737 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -9,8 +9,8 @@
{% include bootstrap_css.html %}
- <link rel="stylesheet" href="/css/footer.css">
- <link rel="stylesheet" href="/css/misc.css">
+ <link rel="stylesheet" href="/css/common/footer.css">
+ <link rel="stylesheet" href="/css/common/misc.css">
{% include ie_compat.html %}
</head>