Explorar el Código

Update 2 files

- /_layouts/post.html
- /_layouts/encrypt.html
mayx hace 9 meses
padre
commit
d00e310673
Se han modificado 2 ficheros con 5 adiciones y 5 borrados
  1. 2 2
      _layouts/encrypt.html
  2. 3 3
      _layouts/post.html

+ 2 - 2
_layouts/encrypt.html

@@ -49,7 +49,7 @@ function onbtnDecrypto() {
     document.getElementById("pwinput").style.display = "none";
 }
 </script>
-<div id="pwinput">{{ page.tips | default: "请输入密码:" }}<br/>
+<div id="pwinput">{{ page.tips | default: "请输入密码:" }}<br />
    <input id="inputkey" type="password" /> <button onclick="onbtnDecrypto()">解密</button>
 </div>
-<div id="output"></div>  <br/>
+<div id="output"></div>  <br />

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 3 - 3
_layouts/post.html