From 7edee0107942180302d8a00d3e0f124b2e755f73 Mon Sep 17 00:00:00 2001 From: "jacek.lebioda" <jacek.lebioda@uni.lu> Date: Tue, 2 Jul 2019 09:53:05 +0200 Subject: [PATCH] Non-breaking space in footer's copyright --- _includes/footer.html | 2 +- elixir-theme.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index a87479b..e3cd884 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -37,7 +37,7 @@ <div id="site-footer-secondary-wrapper"> <div id="copyright"> <ul> - <li>{{- site.footer-copyright | escape -}} {{ 'now' | date: "%Y" }}</li> + <li>{{- site.footer-copyright | escape -}} {{ 'now' | date: "%Y" }}</li> <li><a href="#">Privacy</a></li> <li><a href="#">Cookies</a></li> <li><a href="#">Terms of use</a></li> diff --git a/elixir-theme.gemspec b/elixir-theme.gemspec index 2aa8f88..e92a3d8 100644 --- a/elixir-theme.gemspec +++ b/elixir-theme.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = "elixir-theme" - spec.version = "0.1.11" + spec.version = "0.1.12" spec.authors = ["jacek.lebioda"] spec.email = ["jacek.lebioda@uni.lu"] -- GitLab