diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-15 17:46:21 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-15 17:46:21 +0300 |
commit | 955e5472bf9cc6baa1a43a21d8f9af8c6118b266 (patch) | |
tree | 13c5a87641d3941d25cc7596641d2da09e41a8c6 | |
parent | bump dependencies (diff) | |
download | jekyll-theme-955e5472bf9cc6baa1a43a21d8f9af8c6118b266.tar.gz jekyll-theme-955e5472bf9cc6baa1a43a21d8f9af8c6118b266.zip |
footer: theme link to github.io
-rw-r--r-- | _includes/jekyll-theme/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/jekyll-theme/footer.html b/_includes/jekyll-theme/footer.html index 839e6f1..00a13cc 100644 --- a/_includes/jekyll-theme/footer.html +++ b/_includes/jekyll-theme/footer.html @@ -33,7 +33,7 @@ {% endif %} {% capture timestamp_text %}Build: {{ site.time | date: '%-d %B %Y' }}{% endcapture %} -{% capture theme_text %}<a href="https://github.com/egor-tensin/jekyll-theme">jekyll-theme</a> by <a href="https://egor-tensin.github.io/">Egor Tensin</a>{% endcapture %} +{% capture theme_text %}<a href="https://egor-tensin.github.io/jekyll-theme/">jekyll-theme</a> by <a href="https://egor-tensin.github.io/">Egor Tensin</a>{% endcapture %} {% assign footer_items = '' | split: '' %} {% if license_text %} |