hexo-theme-particlex 2.2.1 → 2.2.3
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/layout/archives.ejs +8 -4
- package/layout/card.ejs +5 -5
- package/layout/categories.ejs +1 -5
- package/layout/current.ejs +16 -32
- package/layout/layout.ejs +9 -14
- package/layout/loading.ejs +1 -1
- package/layout/posts.ejs +20 -2
- package/layout/tags.ejs +1 -5
- package/package.json +1 -1
- package/source/css/particlex.css +624 -753
- package/source/{loading.gif → images/loading.gif} +0 -0
- package/source/js/functions.js +1 -1
File without changes
|
package/source/js/functions.js
CHANGED
@@ -26,7 +26,7 @@ function showimg() {
|
|
26
26
|
content = document.getElementById("showimg-content"),
|
27
27
|
images = document.querySelectorAll(".article .content img");
|
28
28
|
function show(src) {
|
29
|
-
content.
|
29
|
+
content.src = src;
|
30
30
|
wrap.style.opacity = 1;
|
31
31
|
wrap.style.visibility = "visible";
|
32
32
|
}
|