Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
elixir
jekyll-elixir-theme
Commits
7edee010
Commit
7edee010
authored
Jul 02, 2019
by
Jacek Lebioda
Browse files
Non-breaking space in footer's copyright
parent
941cce9d
Changes
2
Hide whitespace changes
Inline
Side-by-side
_includes/footer.html
View file @
7edee010
...
...
@@ -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>
...
...
elixir-theme.gemspec
View file @
7edee010
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"elixir-theme"
spec
.
version
=
"0.1.1
1
"
spec
.
version
=
"0.1.1
2
"
spec
.
authors
=
[
"jacek.lebioda"
]
spec
.
email
=
[
"jacek.lebioda@uni.lu"
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment