jekyll-theme-lcsb-default 0.4.23 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7a1724a8ffbaa0780bead23cfa128ccfe8961cb4d2bba94baab73a20db530916
4
- data.tar.gz: 68bc88f4c7faab893978bef3aba55629bf26ff3500ebb072634a43e8da738c80
3
+ metadata.gz: 449fc92a46bdb508f77ff23792b4afa2dfc78d1a53f323f8d128cd5a0d84d1aa
4
+ data.tar.gz: cf191cd2205a9a55badb3c4ab59b7736f0ef264ffd78948a254db368fc2c7a9a
5
5
  SHA512:
6
- metadata.gz: 6bdd937b065818924ad6a9c91ab59c4ce9073bdb19ff63d8c1859816136178608bd140198848a8e34de320c430bf0bf969582a865a19cb0af5bd2c3144dbf329
7
- data.tar.gz: 4b22ebcda57c66bf71a2a507b8bf3bdb159b57e1931fde1f6e2eacf0af7ae316398a73595ede60b4a9f0c67e2aff691c114fcf7390b957c1cd83ee5edfc4c67f
6
+ metadata.gz: 76b0850055fb4338af469be5195df0832a72b312fd8ea4413c0bcf0096b277ec995046459962f3e8452a13a38ebc2d327d687d9415f5ec05faa1d8fad3f5a86f
7
+ data.tar.gz: c2e0200a429c62fdd837b6cf031f3bb6e6f9d36f9eef433e26b3ef1ec39abf55aff35c2967f718db4d73f8765b4902f5d6e0e0bf08cadfa579564b9ac00ea465
@@ -10,6 +10,11 @@
10
10
 
11
11
  {% comment %}This is used to generate share URL for howto-pages{% endcomment %}
12
12
  <div class="footer-text-container">
13
+
14
+ {% if page.timestamp %}
15
+ <p>Last page modification: {{ page.timestamp }}</p>
16
+ {% endif %}
17
+
13
18
  {% if page.shortcut %}
14
19
  <p>
15
20
  Share this page:
@@ -47,4 +52,4 @@
47
52
  </footer>
48
53
  {% if site.siteID > 0 %}
49
54
  {%- include gdpr-banner.html -%}
50
- {% endif %}
55
+ {% endif %}
@@ -264,10 +264,17 @@ html {
264
264
 
265
265
  .footer-wrapper {
266
266
  width: 100%;
267
- padding: $spacing-unit 0;
267
+ padding: 0;
268
+ padding-top: $spacing-unit;
269
+ padding-bottom: calc($spacing-unit * 3);
268
270
  border-top: 1px solid $grey-color-light;
269
271
  }
270
272
 
273
+ .footer-wrapper p {
274
+ margin-top: 0;
275
+ }
276
+
277
+
271
278
  .footer-heading {
272
279
  @include relative-font-size(1.125);
273
280
  margin-bottom: calc($spacing-unit / 2);
@@ -439,4 +446,4 @@ html {
439
446
  padding-left: 2px;
440
447
  }
441
448
  }
442
- }
449
+ }
@@ -3,5 +3,5 @@
3
3
  # Note: keep the format of NUMBER.NUMBER.NUMBER (where NUMBER is [0-9]+);
4
4
  # Otherwise Gitlab-CI could fail to detect the version (see .gitlab-ci.yml) and auto-tag the job
5
5
  module Theme
6
- VERSION = "0.4.23"
6
+ VERSION = "0.5.0"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-lcsb-default
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.23
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Trefex
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-05-23 00:00:00.000000000 Z
12
+ date: 2023-08-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll