From 934402e1ec814b735e721add471f02b521768ec7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 15 Apr 2022 17:25:14 +0300 Subject: footer: add a link to this theme --- _includes/jekyll-theme/footer.html | 2 ++ 1 file changed, 2 insertions(+) (limited to '_includes') diff --git a/_includes/jekyll-theme/footer.html b/_includes/jekyll-theme/footer.html index 78e5eda..839e6f1 100644 --- a/_includes/jekyll-theme/footer.html +++ b/_includes/jekyll-theme/footer.html @@ -33,12 +33,14 @@ {% endif %} {% capture timestamp_text %}Build: {{ site.time | date: '%-d %B %Y' }}{% endcapture %} +{% capture theme_text %}jekyll-theme by Egor Tensin{% endcapture %} {% assign footer_items = '' | split: '' %} {% if license_text %} {% assign footer_items = footer_items | push: license_text %} {% endif %} {% assign footer_items = footer_items | push: timestamp_text %} +{% assign footer_items = footer_items | push: theme_text %}