Skip to content
GitLab
Menu
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
bb436672
Commit
bb436672
authored
Feb 07, 2020
by
Jacek Lebioda
Browse files
fix: corrected share link
parent
79738a9e
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_includes/footer.html
View file @
bb436672
...
...
@@ -12,8 +12,8 @@
{% comment %}This is used to generate share URL for howto-pages{% endcomment %}
{% if page.shortcut %}
<p
class=
"site-footer-share"
>
Share this page:
<a
href=
"{{ site.share_url }}
?
{{ page.shortcut }}"
>
{{ site.share_url }}
?
{{ page.shortcut }}
<a
href=
"{{ site.share_url }}{{ page.shortcut }}"
>
{{ site.share_url }}{{ page.shortcut }}
</a>
</p>
{% elsif page.include_link %}
...
...
jekyll-theme-lcsb-default.gemspec
View file @
bb436672
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-theme-lcsb-default"
spec
.
version
=
"0.3.
2
"
spec
.
version
=
"0.3.
3
"
spec
.
authors
=
[
"Trefex"
,
"jaceklebioda_lux"
]
spec
.
email
=
[
"lcsb-sysadmins@uni.lu"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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