From f4d1c0b5c2d5ae41faa2c3e7a8f58204a6ea74da Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 18 Apr 2022 17:53:59 +0200 Subject: footer: less words more good --- _includes/jekyll-theme/footer.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '_includes') diff --git a/_includes/jekyll-theme/footer.html b/_includes/jekyll-theme/footer.html index 9c13534..1803d9e 100644 --- a/_includes/jekyll-theme/footer.html +++ b/_includes/jekyll-theme/footer.html @@ -27,13 +27,13 @@ {% endunless %} {% endif %} {% if license %} - {% capture license_text %}License: {{ license }}{% endcapture %} + {% capture license_text %}{{ license }}{% endcapture %} {% elsif license_file %} - {% capture license_text %}License: click here{% endcapture %} + {% capture license_text %}License: view{% endcapture %} {% endif %} {% capture timestamp_text %}Build: {{ site.time | date: '%-d %B %Y' }}{% endcapture %} -{% capture theme_text %}jekyll-theme by Egor Tensin{% endcapture %} +{% capture theme_text %}jekyll-theme{% endcapture %} {% assign footer_items = '' | split: '' %} {% if license_text %} -- cgit v1.2.3