jekyll-theme-isotc211 1.0.2 → 1.0.3

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: f9acd29dccef105f68c4510e334cfb40448e64ae61382f80c722298206dcad9e
4
- data.tar.gz: c84819ebab34235d828eac2bf256fe626a17625823bbac9187f1ba073bb6b8f9
3
+ metadata.gz: 00271f3f7c175d8116a2ac4b3e2891a8f006ef45f31cb9322e57bed257d4a00a
4
+ data.tar.gz: bac4ebb427bde267f8164a689bb477669fff7bb02f6d068000d342b41aceaf44
5
5
  SHA512:
6
- metadata.gz: 0a2cf52f70bf052a99514c9466d8d10efebdbcdfac4441065920804a559b918549654b9945f1dc02bd68f5d8678f0459c97f436be037d5f66e70f173ebdd8bc4
7
- data.tar.gz: bf16e0365a8bb82f1b4370d69460f53e75a32dbde2155e7c15f3be718a2154af50254b85c006306185b9a0698db9c0778713583d31aacde463b5072e0e01d13a
6
+ metadata.gz: 9a17298d266956c42fac42fa86dad16d33a8c14c180171f47cf725962a1c4f6660d6bd32c163170ac928d1989da5455c8b8f9cf92b0f9144e99040062700398e
7
+ data.tar.gz: fb50fedfa69a634a737da82a6c9cac68438cbe9477620f31a43892010c84e6a7834efb0e39d184233cfaa8f825b6ba7922693f8c33af6415e59d542f65b43e0c
data/_includes/head.html CHANGED
@@ -13,10 +13,14 @@
13
13
  <link rel="shortcut icon" href="{{ site.favicon_ico | relative_url }}" type="image/vnd.microsoft.icon" />
14
14
  {% endif %}
15
15
 
16
+ <script>;(function(){try{var s=localStorage.getItem('iso-tc211-theme');if(s==='dark'||(!s&&window.matchMedia('(prefers-color-scheme:dark)').matches))document.documentElement.classList.add('dark')}catch(e){}})();</script>
17
+
16
18
  <link rel="preconnect" href="https://fonts.googleapis.com">
17
19
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
18
20
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Noto+Sans+Mono:wght@400;500&display=swap" rel="stylesheet">
19
21
 
22
+ {% vite_javascript_tag application %}
23
+
20
24
  <style>
21
25
  html{scroll-behavior:smooth!important}
22
26
  body{font-feature-settings:"kern" 1,"liga" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff!important;color:#222!important;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif!important;opacity:1!important}
@@ -25,8 +29,6 @@
25
29
  main{padding-top:64px!important}
26
30
  </style>
27
31
 
28
- {% vite_stylesheet_tag application %}
29
-
30
32
  {% if jekyll.environment == 'production' and site.google_analytics %}
31
33
  {% include google-analytics.html %}
32
34
  {% endif %}
@@ -13,7 +13,5 @@
13
13
  </main>
14
14
 
15
15
  {% include footer.html %}
16
-
17
- {% vite_javascript_tag application %}
18
16
  </body>
19
17
  </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-isotc211
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.