jekyll-theme-low 1.2.2 → 1.2.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: f930874916c2ea07e8f63a97ce44301be3c3f7f3f428f4728618a556cbada1f4
4
- data.tar.gz: 57a69f021ce781bdbe9c1327efa0f20b0f0677aa91dc73c6021a5f9f706a6374
3
+ metadata.gz: da085178a203a31a7d3c333f752ea72de7b95537c8a349006aaa85d615be0f7a
4
+ data.tar.gz: bb417308772c529759aae844393132d2a5115624bb48eff40fc1722e832cfb71
5
5
  SHA512:
6
- metadata.gz: 07f75c562495ad909e78cc43384878964f66143eca8324ab5cf91310d6fc4aeecf4676b97e9c169f5d6bba5c04dc6876ac59350a6320e23cc77ea211756c4752
7
- data.tar.gz: 54ad03c830a8d12a70f499384b08f757ff4071396aedb59b20a07b7c1a8d425d6ab215493ce26b808106a16a0a333444a591e1aa552b4a7efdab603f129c2918
6
+ metadata.gz: 778dccfe086bb7160173a46b2fb4e74a3c7144f099d4683b601e230901d96f921b69ab1dc9eb8e6fca033b01e0a9171b1391f21ee993f1e586a5810412b63b8f
7
+ data.tar.gz: 7c3b573577c8ffe2e0c688f377e209f020ef628c876ff8d06e59886614d5efd4d5c09d2c4b9d72034689aa92d1075d1eed6dcf08ef3a56a11c80702de496a9ba
data/_includes/head.html CHANGED
@@ -1,6 +1,5 @@
1
1
  <meta charset="utf-8">
2
2
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=12.0, minimum-scale=1.0, user-scalable=yes">
3
- <title>{% if page.title %}{{ page.title }} · {% endif %}{{ site.title }}</title>
4
3
 
5
4
  {% if page.description %}
6
5
  <meta name="description" content="{{ page.description | strip_html | truncate: 160 }}">
@@ -8,7 +7,8 @@
8
7
  <meta name="description" content="{{ site.description | strip_html | truncate: 160 }}">
9
8
  {% endif %}
10
9
 
11
- <link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}">
10
+ <link rel="preload" href="{{ '/assets/css/main.css' | relative_url }}" as="style" onload="this.onload=null;this.rel='stylesheet'">
11
+ <noscript><link rel="stylesheet" href="{{ '/assets/css/main.css' | relative_url }}"></noscript>
12
12
 
13
13
  {% if site.favicon %}
14
14
  <link rel="icon" href="{{ site.favicon | relative_url }}">
@@ -29,7 +29,7 @@
29
29
  "author": {
30
30
  "@type": "Person",
31
31
  "name": {{ site.author.name | default: site.author | jsonify }},
32
- x "url": {{ site.url | jsonify }}
32
+ "url": {{ site.url | jsonify }}
33
33
  },
34
34
  "description": {{ page.description | default: site.description | strip_html | jsonify }},
35
35
  "url": "{{ site.url }}{{ page.url }}"
data/assets/css/main.scss CHANGED
@@ -11,7 +11,7 @@
11
11
  url('{{ "/assets/font/DejaVuSansMono.woff" | relative_url }}') format('woff');
12
12
  font-weight: normal;
13
13
  font-style: normal;
14
- font-display: block;
14
+ font-display: swap;
15
15
  }
16
16
 
17
17
  @font-face {
@@ -20,7 +20,7 @@
20
20
  url('{{ "/assets/font/DejaVuSansMono-Bold.woff" | relative_url }}') format('woff');
21
21
  font-weight: bold;
22
22
  font-style: normal;
23
- font-display: block;
23
+ font-display: swap;
24
24
  }
25
25
 
26
26
  /* ===============================
data/lib/low/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Low
3
- VERSION = "1.2.2"
3
+ VERSION = "1.2.3"
4
4
  end
5
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-low
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.2
4
+ version: 1.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Levent Kaya