Skip to content

Commit 62aaf9f

Browse files
rabbitmq-demo
1 parent de444ab commit 62aaf9f

File tree

8 files changed

+405
-17
lines changed

8 files changed

+405
-17
lines changed

css/hugo-easy-gallery.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ figure {
8888
transform: translateY(-5px);
8989
}
9090

91-
/* img / a styles */
91+
/* images / a styles */
9292

9393
.gallery .img {
9494
position: absolute;
@@ -107,7 +107,7 @@ figure {
107107

108108
.gallery img {
109109
display: none;
110-
/* only show the img if not inside a gallery */
110+
/* only show the images if not inside a gallery */
111111
}
112112

113113
figure a {

images/hugo/WechatIMG75.jpg

82.8 KB
Loading

images/hugo/WechatIMG76.jpg

253 KB
Loading

images/hugo/rabbitmq-hello-world.png

4.17 KB
Loading

index.xml

+200-6
Large diffs are not rendered by default.

js/load-photoswipe.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $( document ).ready(function() {
1717
var items = []; // array of slide objects that will be passed to PhotoSwipe()
1818

1919
// for every figure & image element on the page:
20-
$('.post-content p > img, figure').each(function () {
20+
$('.post-content p > images, figure').each(function () {
2121
var $this = $(this);
2222
var $a, $img, $src, $title, $msrc;
2323
if ($this.attr('class') == 'no-photoswipe') return true; // ignore any figures where class="no-photoswipe"
@@ -68,7 +68,7 @@ $( document ).ready(function() {
6868
clearInterval(wait);
6969
item.w = w;
7070
item.h = h;
71-
// console.log("Got actual dimensions for " + img.src);
71+
// console.log("Got actual dimensions for " + images.src);
7272
}
7373
}, 30);
7474
}

lib/gitment/gitment-0.0.3.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

post/rabbitmq学习笔记/index.html

+200-6
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)