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
303c82d1
Commit
303c82d1
authored
Mar 22, 2018
by
Jacek Lebioda
Browse files
Splitted the header
parent
eb1f0d7e
Changes
2
Hide whitespace changes
Inline
Side-by-side
_includes/footer.html
View file @
303c82d1
...
...
@@ -2,13 +2,12 @@
<div
class=
"wrapper footer-wrapper"
>
<data
class=
"u-url"
href=
"{{ "
/"
|
relative_url
}}"
></data>
<div>
{% comment %}
<div>
{%- include social.html -%}
</div>
</div>
{% endcomment %}
<br/>
<div
class=
"footer-cp"
>
<p>
Copyright ©
<a
href=
"https://wwwen.uni.lu/"
>
Université du Luxembourg
</a>
{{ site.date | escape }}.
</p>
<p>
All rights reserved.
</p>
<p>
Copyright ©
<a
href=
"https://wwwen.uni.lu/"
>
Université du Luxembourg
</a>
{{ site.date | escape }}. All rights reserved.
</p>
</div>
</div>
...
...
_includes/header.html
View file @
303c82d1
...
...
@@ -3,8 +3,16 @@
<div>
{%- assign default_paths = site.pages | map: "path" -%}
{%- assign page_paths = site.header_pages | default: default_paths -%}
<img
src=
"{{ '/assets/banners/banner-' | relative_url }}{{site.banner}}.svg"
type=
"image/svg+xml"
></img>
<img
src=
"{{ '/assets/banners/uni-logo.svg' | relative_url }}"
type=
"image/svg+xml"
/>
<img
src=
"{{ '/assets/banners/frozen-banner.svg' | relative_url }}"
type=
"image/svg+xml"
/>
<img
src=
"{{ '/assets/banners/lcsb-logo.svg' | relative_url }}"
type=
"image/svg+xml"
/>
{% comment %}
<img
src=
"{{ '/assets/banners/banner-' | relative_url }}{{site.banner}}.svg"
type=
"image/svg+xml"
></img>
{% endcomment %}
{%- if page_paths -%}
<nav
class=
"site-nav"
>
...
...
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