Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miroslav Kratochvil
jekyll-theme-lcsb-default
Commits
8dc05bea
Verified
Commit
8dc05bea
authored
Apr 15, 2020
by
Laurent Heirendt
✈
Browse files
formatting and linting
parent
f3ebe070
Changes
2
Hide whitespace changes
Inline
Side-by-side
_includes/footer.html
View file @
8dc05bea
...
...
@@ -3,48 +3,45 @@
<data
class=
"u-url"
href=
"{{ "
/"
|
relative_url
}}"
></data>
<div
class=
"footer-cp"
>
<div
class=
"r3-logo-container"
>
<img
class=
"r3-logo"
src=
"{{ '/assets/banners/r3-logo.svg' | relative_url }}"
type=
"image/svg+xml"
/>
<img
class=
"lcsb-logo"
src=
"{{ '/assets/banners/lcsb-compact.svg' | relative_url }}"
type=
"image/svg+xml"
/>
</div>
<div
class=
"r3-logo-container"
>
<img
class=
"r3-logo"
src=
"{{ '/assets/banners/r3-logo.svg' | relative_url }}"
type=
"image/svg+xml"
/>
<img
class=
"lcsb-logo"
src=
"{{ '/assets/banners/lcsb-compact.svg' | relative_url }}"
type=
"image/svg+xml"
/>
</div>
{% comment %}This is used to generate share URL for howto-pages{% endcomment %}
<div
class=
"footer-text-container"
>
{% if page.shortcut %}
<p>
Share this page:
<a
href=
"{{ site.share_url }}{{ page.shortcut }}"
>
{{ site.share_url }}{{ page.shortcut }}
</a>
</p>
{% comment %}This is used to generate share URL for howto-pages{% endcomment %}
<div
class=
"footer-text-container"
>
{% if page.shortcut %}
<p>
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>
Share this page:
<a
href=
"{{ site.share_url }}{{ parts[site.include_link_index] }}"
>
{{ site.share_url }}{{ parts[site.include_link_index] }}
</a>
</p>
{% endif %}
<p>
©
<a
href=
"https://wwwen.uni.lu/"
target=
"_parent"
>
<strong>
Université du Luxembourg
</strong>
,
</a>
{{ 'now' | date: "%Y" }}. All rights reserved.
</p>
{% elsif page.include_link %}
{% assign parts = page.url | absolute_url | replace: ".html", "" | replace: "http://", "" | replace: "https://", "" | split: "/" %}
<p>
Share this page:
<a
href=
"{{ site.share_url }}{{ parts[site.include_link_index] }}"
>
{{ site.share_url }}{{ parts[site.include_link_index] }}
</a>
</p>
{% endif %}
<p>
©
<a
href=
"https://wwwen.uni.lu/"
target=
"_parent"
>
<strong>
Université du Luxembourg
</strong>
,
</a>
{{ 'now' | date: "%Y" }}. All rights reserved.
</p>
{% if site.siteID > 0 %}
<p>
{%- include policy.html -%}
</p>
{% endif %}
</div>
<div
class=
"social-container"
>
{%- include social.html -%}
</div>
</div>
</div>
</div>
</footer>
...
...
_includes/policy.html
View file @
8dc05bea
<a
href=
"privacyPolicy"
>
Privacy Policy
</a>
<p>
<a
href=
"privacyPolicy"
>
Privacy Policy
</a>
</p>
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