jekyll-zeta 0.10.5.2 → 0.10.5.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 +4 -4
- data/_includes/encrypted.html +1 -1
- data/_includes/lovemap_layout.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab0174e0c974784b73585ed64ffc76feefc08fb67793d18d75b0f4c5e7a359e3
|
4
|
+
data.tar.gz: d66d853b688f944bbe58a8505b87ee94617960608257c9f30a318dc7e2e94d34
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d57b742bb1eeb664ce5e9f789c0e2aabbe7279372dc30532591a95dea8e43e65eae88bdd3ea08bd6fc25842ea5e40675ecba7e1a2b015062b77fb98bddc7d4a2
|
7
|
+
data.tar.gz: 7b9342fdadb7ed885710a9433324b9621d5260452f77762589c900e657e7c1d1f20a61be2cd9579685df3dfe0f29228739a6a41acbe9eec63f5e6c0b791f7d57
|
data/_includes/encrypted.html
CHANGED
@@ -30,7 +30,7 @@
|
|
30
30
|
<div id="encrypted">
|
31
31
|
<h3> {{ site.theme_config.encrypt_title | default : 'Content is Encrypted'}} </h3>
|
32
32
|
|
33
|
-
<input style="width:100%; " type="password" id="passwordinput" placeholder="输入密码"></input>
|
33
|
+
<input style="width:100%; " type="password" id="passwordinput" placeholder="输入密码" autocomplete="off"></input>
|
34
34
|
<p>
|
35
35
|
<input type="button" value= "{{ site.theme_config.decrypt_btn | default : 'Decrypt' }}" id="DecryptBtn"/>
|
36
36
|
<input type="button" value= "{{ site.theme_config.encrypt_clear_btn | default: 'Clear password cache' }}" id="ClearBtn1"/>
|