Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
233548ae
Commit
233548ae
authored
Feb 07, 2020
by
Jacek Lebioda
Browse files
Merge branch 'develop' into 'latest'
Develop See merge request
core-services/jekyll-theme-lcsb-default!10
parents
275d9b34
0836d47d
Changes
1
Hide whitespace changes
Inline
Side-by-side
_includes/footer.html
View file @
233548ae
...
...
@@ -10,7 +10,13 @@
</div>
{% comment %}This is used to generate share URL for howto-pages{% endcomment %}
{% if page.include_link %}
{% if page.shortcut %}
<p
class=
"site-footer-share"
>
Share this page:
<a
href=
"{{ site.share_url }}?{{ page.shortcut }}"
>
{{ site.share_url }}?{{ page.shortcut }}
</a>
</p>
{% elsif 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 }}{{ parts[site.include_link_index] }}"
>
...
...
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