Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
core-services
jekyll-theme-lcsb-default
Commits
4cdd1fac
Commit
4cdd1fac
authored
Oct 29, 2019
by
Jacek Lebioda
Browse files
Bugfix
parent
be840d95
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_includes/footer.html
View file @
4cdd1fac
...
...
@@ -11,9 +11,9 @@
{% comment %}This is used to generate share URL for howto-pages{% endcomment %}
{% if page.include_link %}
{% assign parts = page.url | absolute_url | replace: ".html", "" | replace: "http://", "" | replace: "https://", "" | split: "/" %}
<p
class=
"site-footer-share"
>
Share this page:
<a
href=
"{{ site.share_url }}{{ page.url }}"
>
{% assign parts = page.url | absolute_url | replace: ".html", "" | replace: "http://", "" | replace: "https://", "" | split: "/" %}
<a
href=
"{{ site.share_url }}{{ parts[site.include_link_index] }}"
>
{{ site.share_url }}{{ parts[site.include_link_index] }}
</a>
</p>
...
...
jekyll-theme-lcsb-default.gemspec
View file @
4cdd1fac
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-theme-lcsb-default"
spec
.
version
=
"0.2.2
2
"
spec
.
version
=
"0.2.2
3
"
spec
.
authors
=
[
"Trefex"
,
"jaceklebioda_lux"
]
spec
.
email
=
[
"lcsb-sysadmins@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