termina-plex 1.0.0.pre.alpha → 1.0.0.pre.alpha.1

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/head.html +3 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b1a5028848fdf64c6bc339e9afb17e45539367191c8b3ba7737bdcc9df49151
4
- data.tar.gz: d268103b009f74abea0200a56e9fc4ae309a4c00ea01c8bd68f918137ff732e5
3
+ metadata.gz: f646924c9caab63b5101abe6c26cb732450665a106e3433ffe52a0ce0ab0b8e8
4
+ data.tar.gz: 88ee48f1d9e8daa65a482e2a06680d7ca2a266c5d2d16e04f873768c2ad30640
5
5
  SHA512:
6
- metadata.gz: 97704f4865be1ebdd2cab52ec6b6140e189c03798dcc444a1fdd0bd2408773020c2930acaffa665699f52c7018de44cc9b6a38f1500152a43f1bc8d7170bc330
7
- data.tar.gz: b003571db365ac9b33e0f34d109c6bc64fe1cfc6ea7c23bd0daaba7958164476367a0b954352b0c32c446416d900387de3763b317e32dfe77cbf8c1aaa778315
6
+ metadata.gz: 4d6566689b1db0dae288f22592d61b0ec0447c5a8f176eb6723f222c5ab25a139cb01152d3025203469faa24a16b939ed9473d087509cc68271cb15f4206dc20
7
+ data.tar.gz: 3377141bfb94d9563a9cb2182daa435fa89060edd0d0b1bcce35342550565e5faa37d8d822edd65d04d645c6c5bf0d288e9aad2300fbea6615150268c817d73f
data/_includes/head.html CHANGED
@@ -2,6 +2,9 @@
2
2
  <meta charset="utf-8">
3
3
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
4
4
  <meta name="viewport" content="width=device-width, initial-scale=1">
5
+ {% if site.termina-plex.fediverse_creator %}
6
+ <meta name="fediverse:creator" content="{{ site.termina-plex.fediverse_creator }}">
7
+ {% endif %}
5
8
  {%- seo title=false -%}
6
9
  <link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}">
7
10
  {%- feed_meta -%}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: termina-plex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.alpha
4
+ version: 1.0.0.pre.alpha.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Linh Pham
@@ -296,7 +296,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
296
296
  - !ruby/object:Gem::Version
297
297
  version: '0'
298
298
  requirements: []
299
- rubygems_version: 3.5.11
299
+ rubygems_version: 3.5.20
300
300
  signing_key:
301
301
  specification_version: 4
302
302
  summary: Jekyll theme based on Minima with inspirations from the Hugo theme Nightfall.