aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-05-07 09:28:13 +0000
committerEgor Tensin <Egor.Tensin@gmail.com>2020-05-07 09:28:13 +0000
commit758eb95411ab8659f9a4209deb52f8034c83ed72 (patch)
tree971725b6a8d333e7f8da0af0107873fbbcc156c3 /_includes
parent_layouts: add full-width "plain" (diff)
downloadjekyll-theme-758eb95411ab8659f9a4209deb52f8034c83ed72.tar.gz
jekyll-theme-758eb95411ab8659f9a4209deb52f8034c83ed72.zip
don't hard-code branch name
Diffstat (limited to '_includes')
-rw-r--r--_includes/common/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/common/footer.html b/_includes/common/footer.html
index c1d80e2..8e7c977 100644
--- a/_includes/common/footer.html
+++ b/_includes/common/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 }}/blob/gh-pages/README.md#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/{{ site.github.source.branch }}/README.md#license">License</a> for details.</small></div>
</div>
</div>
<div style="display: table-row;">