jekyll-lux-covid-theme 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94ae55bdefb51f00e8dac52d3ecab376073debabeb5406c4b6b09b0a8a14d746
4
- data.tar.gz: a7af6264a2f9b7742fbf6db304429a2877355c7b6a03a82d778cb2d1e3a2f118
3
+ metadata.gz: 549708a86cc47614510750e192529f4c61068d9ae91547222590507a5b4e704e
4
+ data.tar.gz: d22885fb1d8bb36ea1d378dffc0ef857ab235267b7c90fc2ed323abb8fb23e57
5
5
  SHA512:
6
- metadata.gz: dd825c577daa84aa6a13cc17ec8c9fcd7db95b4e24b4184f8e6800cba89a3c0ccb64b734411b27ffe486cfa473818bf933d0fd2e36f7a1b260022512b0cdda43
7
- data.tar.gz: 9fc40afb54781b5a1fb1c5ef976a1f64a65cd13f60e02e0165beca12588056242b7e80513ae05af54e6a2e39b971006071de374a1e50e0a70ffd5cfd383e34e8
6
+ metadata.gz: ca7a406d3a1cce6d86a0b1578cd34073b0a7e580a1a5dc95ad14e337ea997841ff773f5458fa74ee87c61c0a4b3934ab4667c2dea8cebdb5aaea581d5680161e
7
+ data.tar.gz: 86de5c09cf5776923db2ca2f435d11bbc8123bb9bc83a1b2a9787daecab45aa9c73121efc3a2dc50cc3ce0ac8195c974f2d89fb4c878775d8b78ba367916339d
@@ -15,14 +15,14 @@
15
15
 
16
16
  <div class="footer-cp">
17
17
  <p>
18
+ <span class="footer-cp-text">
18
19
  © <a href="https://www.fnr.lu/research-in-luxembourg" target="_parent">
19
20
  <strong>Research Luxembourg</strong>,
20
21
  </a>
21
22
  {{ 'now' | date: "%Y" }}. All rights reserved.
22
23
 
23
24
  {%- include mini_footer.html -%}
24
-
25
- {%- include social.html -%}
25
+ </span>
26
26
 
27
27
  <span class="powered_by">
28
28
  Powered by:
@@ -30,6 +30,8 @@
30
30
  <img class="mini-logo" src="{{ 'assets/logos/elixirlu.png' | relative_url }}" />
31
31
  </span>
32
32
  </p>
33
+
34
+ {%- include social.html -%}
33
35
  </div>
34
36
  </div>
35
37
  </footer>
@@ -42,15 +42,22 @@
42
42
  {%- if site.under_construction == true -%}
43
43
  {%- else -%}
44
44
 
45
- {%- assign my_pages = site.pages | sort:"order" -%}
45
+ {%- assign my_md_pages = site.pages | sort:"order" -%}
46
+ {%- assign my_pages = my_md_pages | concat: site.additional_menu -%}
46
47
 
47
48
  {%- for my_page in my_pages -%}
48
49
  {%- if my_page.title and my_page.autogen == nil and my_page.order != '' and my_page.order != nil -%}
49
50
  {%- if my_page.order > 0 -%}
50
51
  {%- if page.title contains my_page.title -%}
51
- <a class="active page-link{%- if site.new_menu -%}2 {%- endif -%}" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
52
+ <a class="active page-link{%- if site.new_menu -%}2 {%- endif -%}"
53
+ href="{{ my_page.url | absolute_url }}" {%- if my_page.open_in_new_tab -%} target="_blank" {%- endif -%}>
54
+ {{ my_page.title | escape }}
55
+ </a>
52
56
  {% else %}
53
- <a class="page-link{%- if site.new_menu -%}2 {%- endif -%}" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
57
+ <a class="page-link{%- if site.new_menu -%}2 {%- endif -%}"
58
+ href="{{ my_page.url | absolute_url }}" {%- if my_page.open_in_new_tab -%} target="_blank" {%- endif -%}>
59
+ {{ my_page.title | escape }}
60
+ </a>
54
61
  {%- endif -%}
55
62
  {%- endif -%}
56
63
  {%- endif -%}
@@ -89,11 +89,20 @@ $logos_height: 40px !default;
89
89
  }
90
90
 
91
91
  .mini-logo {
92
- max-height: 40px;
92
+ max-height: 30px;
93
93
  padding-right: 20px;
94
94
  margin-left: 20px;
95
95
  }
96
96
 
97
97
  .mini-logo:last-of-type {
98
98
  margin-left: 0px;
99
+ }
100
+
101
+ .footer-cp-text {
102
+ top: 6px;
103
+ position: relative;
104
+
105
+ @media (max-width: 640px) {
106
+ top: -10px;
107
+ }
99
108
  }
@@ -143,7 +143,6 @@ html {
143
143
  .page-link {
144
144
  position: relative;
145
145
 
146
- min-width: 60px;
147
146
  margin: 0 0 0 -1px;
148
147
  padding: 2px 10px 4px 9px;
149
148
  margin-bottom: 5px;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-lux-covid-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - jaceklebioda_lux