jekyll-theme-amethyst 2.10.1 → 2.11.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: 1b22d1bb69031cfc035ce2b6cf25bbac1e102680c6273cb48720be2d47a5edbf
4
- data.tar.gz: 1ed0d004d5325d317b6390f353e9688847c341a6b84d1d82c96e3c4c0b2396a2
3
+ metadata.gz: ffd1a0292d1c72c397872152d3ec4712c9ff93d6a4ebfaeb62ab8c9f584218e9
4
+ data.tar.gz: 691a6103112392f8164ca67c57260020394803446cbae97467649c6dce994bf3
5
5
  SHA512:
6
- metadata.gz: 23d463c73ad25d5d2377ac14940511eec40cf1802b5f05b33a36a5868368101a83f49ba69878b0689ab1ed66f698e999ddfdf3898cc49043504c94aacdf43a47
7
- data.tar.gz: '09b564b23fe54a9b5c72434087807a0c28518dfd83578a9a29a0c464b5b1720c40350f3ad96d2971aafc46a85b068abc900709e0df481992c5162cfbaf43e5d7'
6
+ metadata.gz: 616115f1fed710addfe319e12b52351e24cbbd95f62c1d9dbb177d4b2ba415ccddf69d803e1b1f6da35abe2ee66583668aafa50d9ea34b170dff2c771ccaf61a
7
+ data.tar.gz: f399baeedff06725d8ba1991279d99799890ee77e9fd719f187da687b21607cc4290ef23df4a6605dad2c42e08a9aa655897cea5bf6f9d04404dcc33ab370d22
@@ -24,6 +24,7 @@
24
24
  {% endcapture -%}
25
25
  {% capture opengraph %}
26
26
 
27
+ <meta property="og:site_name" content="{{ site.title | escape }}">
27
28
  <meta property="og:title" content="{{ page_title | default: site.title | escape }}">
28
29
 
29
30
  {% if page.excerpt %}
@@ -44,7 +45,6 @@
44
45
  {% if site.amethyst.mastodon %}
45
46
  <link rel="me" href="{{ site.amethyst.mastodon | escape }}">
46
47
  {% endif %}
47
- <meta name="twitter:card" content="summary_large_image">
48
48
 
49
49
  {% if layout.amethyst.pagetype == "navigation" %}
50
50
  <meta name="robots" content="{{ page.amethyst.robots | default: layout.amethyst.robots | default: 'noindex,follow' }}">
@@ -56,6 +56,10 @@
56
56
  <meta property="article:published_time" content="{{ page.date | date_to_xmlschema }}">
57
57
  <meta name="author" content="{{ site.data.authors[page.author] | default: page.author | escape }}">
58
58
  {% endif %}
59
+ {% if page.image %}
60
+ <meta property="twitter:card" content="summary_large_image">
61
+ <meta property="og:image" content="{{ page.image | relative_url | escape }}">
62
+ {% endif %}
59
63
 
60
64
  {% endcapture -%}
61
65
  {{ opengraph | strip_newlines }}
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-amethyst
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.1
4
+ version: 2.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Timo Tijhof
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2025-10-07 00:00:00.000000000 Z
12
+ date: 2025-11-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -129,6 +129,7 @@ files:
129
129
  - _sass/custom.scss
130
130
  - _sass/highlight.scss
131
131
  - _sass/typesense-minibar.css
132
+ - assets/Amethyst.jpg
132
133
  - assets/styles.scss
133
134
  - assets/toc.js
134
135
  - assets/typesense-minibar.js