jekyll-theme-lcsb-default 0.4.13 → 0.4.14

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: a9f464ef20388fc123c90c6063e6de780bc97887d48966d5e8b90a9ed31809da
4
- data.tar.gz: 3a97c0e04f1926ae94b2e92f547ec036d848901f4d5e90c023b68df9f292a44c
3
+ metadata.gz: 51c085acc4b6f065fbd562a3ae2fec34642baa1b2ce95c420ff98d400d2ed646
4
+ data.tar.gz: d8fe27ebd9c7959edd4e9975f0b7601f2aa6e8100acc592e004c8862a50176d3
5
5
  SHA512:
6
- metadata.gz: f73b5b3dff6d1b496abbb9b34c8d740d229a9fb9840dbaaa507805080027be8cebcf21cfb5c1837d76e5bcc761ab27bb570bbdef43adb77c12d1d51ae9a6de09
7
- data.tar.gz: 100ae92d6291804affb2749d9de39df96fa06afab5e79db0817675db6d185b0c369618c16b872272dc408c76f4b677ba4eb5dfffac81effaadafff6f39fd3433
6
+ metadata.gz: d1bef3fadc543ec01a2077656ae3053c370ec81767e1b86409c45f2ad937e13fdda1b9cb08b499a6a487c7920ecdb2d51541ea08c0d919662b5dc7e0ce8a1abf
7
+ data.tar.gz: 4187655b40c6d7a1b51f728ac72dbc8e433fdca1b54fdaee9cf8d8d8a73b2b63e36e423e2773473d610c72ba24d3fbd6595e6a1a985861cad4ea8e46e919a3a3
data/_includes/head.html CHANGED
@@ -21,6 +21,9 @@
21
21
  <meta name="msapplication-TileColor" content="#da532c">
22
22
  <meta name="msapplication-config" content="{{ '/assets/favicon/browserconfig.xml' | relative_url }}">
23
23
  <meta name="theme-color" content="#ffffff"> {%- include css-imports.html -%}
24
+
25
+ {%- include scripts-head.html -%}
26
+
24
27
  {% if site.siteID > 0 %}
25
28
  <script>
26
29
  const settings = {
@@ -35,7 +38,6 @@
35
38
  cookieDomain: "{{ site.cookieDomain }}",
36
39
  }
37
40
  </script>
38
- <script src="https://analytics.lcsb.uni.lu/lap/static/js/jquery.min.js"></script>
39
41
  <script src="https://analytics.lcsb.uni.lu/lap/static/js/lap.js"></script>
40
42
  <link rel="stylesheet" type="text/css" href="https://analytics.lcsb.uni.lu/lap/static/css/lap.css" />
41
43
  {%- endif -%}
@@ -0,0 +1,3 @@
1
+ {% comment %}
2
+ Add here additional javascript libraries and code that need to be loaded first.
3
+ {% endcomment %}
@@ -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.13"
6
+ VERSION = "0.4.14"
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.13
4
+ version: 0.4.14
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: 2021-12-07 00:00:00.000000000 Z
12
+ date: 2022-02-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -82,6 +82,7 @@ files:
82
82
  - _includes/header.html
83
83
  - _includes/policy.html
84
84
  - _includes/script_add_bookmark.html
85
+ - _includes/scripts-head.html
85
86
  - _includes/scripts.html
86
87
  - _includes/social.html
87
88
  - _layouts/default.html