Skip to content
Snippets Groups Projects
Commit 7edee010 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Non-breaking space in footer's copyright

parent 941cce9d
No related branches found
No related tags found
2 merge requests!17Develop,!3Develop
......@@ -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 -}} &nbsp;{{ 'now' | date: "%Y" }}</li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Cookies</a></li>
<li><a href="#">Terms of use</a></li>
......
......@@ -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"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment