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

Merge branch 'correct-link' into 'latest'

fix: corrected share link

See merge request core-services/jekyll-theme-lcsb-default!12
parents 79738a9e bb436672
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......
......@@ -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"]
......
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