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
e42bf2a3
Commit
e42bf2a3
authored
Mar 20, 2018
by
Yohan Jarosz
Browse files
footer
parent
cf2fa68f
Changes
3
Hide whitespace changes
Inline
Side-by-side
_includes/footer.html
View file @
e42bf2a3
<footer
class=
"site-footer h-card"
>
<data
class=
"u-url"
href=
"{{ "
/"
|
relative_url
}}"
></data>
<div
class=
"wrapper footer-wrapper"
>
<data
class=
"u-url"
href=
"{{ "
/"
|
relative_url
}}"
></data>
<div
class=
"wrapper"
>
<div>
{%- include social.html -%}
</div>
<br/>
<div
><small
>
Copyright ©
<a
href=
"https://wwwen.uni.lu/"
>
Université du Luxembourg
</a>
{{ site.date | escape }}. All rights reserved.
</small>
</div>
<div
class=
"footer-cp"
>
Copyright ©
<a
href=
"https://wwwen.uni.lu/"
>
Université du Luxembourg
</a>
{{ site.date | escape }}. All rights reserved.
</div>
</div>
</div>
</div>
</footer>
_sass/minima/_layout.scss
View file @
e42bf2a3
...
...
@@ -108,7 +108,6 @@
* Site footer
*/
.site-footer
{
border-top
:
1px
solid
$grey-color-light
;
padding
:
$spacing-unit
0
;
position
:
absolute
;
bottom
:
0
;
...
...
@@ -119,6 +118,12 @@
width
:
100%
;
}
.footer-wrapper
{
width
:
100%
;
padding
:
$spacing-unit
0
;
border-top
:
1px
solid
$grey-color-light
;
}
.footer-heading
{
@include
relative-font-size
(
1
.125
);
margin-bottom
:
$spacing-unit
/
2
;
...
...
@@ -145,13 +150,13 @@
}
}
.footer-c
ol-wrapper
{
@include
relative-font-size
(
0
.
9375
);
.footer-c
p
{
@include
relative-font-size
(
0
.
8
);
color
:
$grey-color
;
margin-left
:
-
$spacing-unit
/
2
;
@extend
%clearfix
;
display
:
flex
;
align
-items
:
center
;
position
:
relative
;
text-
align
:
center
;
}
...
...
index.md
View file @
e42bf2a3
...
...
@@ -3,7 +3,6 @@
# Edit theme's home layout instead if you wanna make some changes
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout
:
default
title
:
index
order
:
1
---
...
...
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