Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
core-services
jekyll-theme-lcsb-default
Commits
9ebb1c6f
Commit
9ebb1c6f
authored
Jun 29, 2018
by
Jacek Lebioda
Browse files
More footer placement corrections + `subscribe with RSS` text fix
parent
f06a281c
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
_includes/footer.html
View file @
9ebb1c6f
...
...
@@ -4,14 +4,17 @@
<data
class=
"u-url"
href=
"{{ "
/"
|
relative_url
}}"
></data>
<div
class=
"footer-cp"
>
<p>
©
<a
href=
"https://wwwen.uni.lu/"
target=
"_parent"
>
Université du Luxembourg
</a>
{{ site.date | escape }}. All rights reserved.
</p>
<p>
<div
class=
"r3-logo"
>
<img
src=
"{{ '/assets/banners/r3-logo.svg' | relative_url }}"
type=
"image/svg+xml"
/>
</div>
<div
class=
"r3-logo"
>
<img
src=
"{{ '/assets/banners/r3-logo.svg' | relative_url }}"
type=
"image/svg+xml"
/>
</div>
©
<a
href=
"https://wwwen.uni.lu/"
target=
"_parent"
>
Université du Luxembourg
</a>
{{ site.date | escape }}. All rights reserved.
{%- include social.html -%}
</p>
</div>
</div>
</div>
...
...
_layouts/paginated_index.html
View file @
9ebb1c6f
...
...
@@ -80,5 +80,5 @@ layout: default
</ul>
{% endif %}
<p
class=
"rss-subscribe"
style=
"float: right; font-size: smaller;"
>
subscribe
<a
href=
"{{ "
/
feed.xml
"
|
relative_url
}}"
>
via RSS
</a></p>
<p
class=
"rss-subscribe"
>
subscribe
<a
href=
"{{ "
/
feed.xml
"
|
relative_url
}}"
>
via RSS
</a></p>
</div>
\ No newline at end of file
_sass/minima/_lcsb.scss
View file @
9ebb1c6f
...
...
@@ -4,6 +4,12 @@
margin-top
:
3px
;
}
.rss-subscribe
{
float
:
right
;
font-size
:
smaller
;
height
:
50px
;
}
// Normal (desktop) ========================================================
.img-uni-lu
{
bottom
:
-2px
;
...
...
jekyll-theme-lcsb-default.gemspec
View file @
9ebb1c6f
...
...
@@ -2,7 +2,7 @@
Gem
::
Specification
.
new
do
|
spec
|
spec
.
name
=
"jekyll-theme-lcsb-default"
spec
.
version
=
"0.2.
9
"
spec
.
version
=
"0.2.
10
"
spec
.
authors
=
[
"Trefex"
,
"jaceklebioda_lux"
]
spec
.
email
=
[
"lcsb-sysadmins@uni.lu"
]
...
...
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