aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-04-18 17:53:59 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2022-04-18 17:53:59 +0200
commitf4d1c0b5c2d5ae41faa2c3e7a8f58204a6ea74da (patch)
tree8aa3082a0dd7b86181cae8940934a6e0bf1e0a71
parentfooter: revert the crazy CSS hack (diff)
downloadjekyll-theme-f4d1c0b5c2d5ae41faa2c3e7a8f58204a6ea74da.tar.gz
jekyll-theme-f4d1c0b5c2d5ae41faa2c3e7a8f58204a6ea74da.zip
footer: less words more good
-rw-r--r--_includes/jekyll-theme/footer.html6
1 files changed, 3 insertions, 3 deletions
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: <a href="{{ license_file }}">{{ license }}</a>{% endcapture %}
+ {% capture license_text %}<a href="{{ license_file }}">{{ license }}</a>{% endcapture %}
{% elsif license_file %}
- {% capture license_text %}License: <a href="{{ license_file }}">click here</a>{% endcapture %}
+ {% capture license_text %}License: <a href="{{ license_file }}">view</a>{% endcapture %}
{% endif %}
{% capture timestamp_text %}Build: {{ site.time | date: '%-d %B %Y' }}{% 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 %}
+{% capture theme_text %}<a href="https://egor-tensin.github.io/jekyll-theme/">jekyll-theme</a>{% endcapture %}
{% assign footer_items = '' | split: '' %}
{% if license_text %}