bay_jekyll_theme 1.1.1 → 1.1.2

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: f85fb481519a0f71ccd244f8cde138b2b2d42178d48275679ae0410536fa5b10
4
- data.tar.gz: da84cf19c9d8078d2af1ddb10a7a7138af5751dc05e117375e98142c63993455
3
+ metadata.gz: 3718ef143898b6781cd17cecbdb4a77bc11f7c29ca60b478cfcb8776f6964832
4
+ data.tar.gz: 92dcca24ea5ad6dfdfcf0e9bce196ff573366e59069a911dd430a84c92c5a8b2
5
5
  SHA512:
6
- metadata.gz: a0a6af407fdf56063d7191801b05a6e5caec4b63913ac7e47f2626edacf4ce03e4a8d94008b962f31e696914a93dfe24bc0bbddb6a7db398af2dfb8c2b15c642
7
- data.tar.gz: 74adde7714c70a7250d829d50402906a2e92e6f9bb1f4b754a3dbc82a4e4d4226075415136977a25a18ec6e919a848e6d945e5c8243d4c6717393f4d854c61e4
6
+ metadata.gz: f1d4c375c87b82d24bc40ef5e1a5230afa4f4dbe02cbb95b8ad11797c111d00b3bc0b95bba05e495aeb3180cf7301d399e7cde1445d940a41896d6359f36889c
7
+ data.tar.gz: 9103a9fece4cc907caf457df164653db0815478c17aa28f95327eba7b50912777db27a306654d8909a74901146f373a8a522cc602ad6927f9668c16a1dc27aa2
data/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ### [1.1.2](https://github.com/eliottvincent/bay/compare/v1.1.1...v1.1.2) (2024-05-23)
6
+
7
+ ### Features
8
+
9
+ - Cloak by default
10
+
5
11
  ### [1.1.1](https://github.com/eliottvincent/bay/compare/v1.1.0...v1.1.1) (2024-05-23)
6
12
 
7
13
  ### Bug Fixes
data/README.md CHANGED
@@ -76,7 +76,6 @@ footer:
76
76
  - type: email
77
77
  name: Email
78
78
  value: yourmail@domain.com
79
- cloak: true
80
79
  - type: wechat
81
80
  value: YourWeChatUsername
82
81
  link: "#"
@@ -15,7 +15,7 @@
15
15
  />
16
16
 
17
17
  {% if contact.type == "email" %}
18
- {% if contact.cloak == true %}
18
+ {% if contact.cloak != false %}
19
19
  {% assign email_parts = contact.value | split: "@" %}
20
20
  {% assign user = email_parts[0] %}
21
21
  {% assign domain = email_parts[1] | split: "." %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bay_jekyll_theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eliott Vincent