Skip to content

Commit 196336b

Browse files
authored
Update shortcode
1 parent 7b8b64e commit 196336b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

layouts/shortcodes/comic.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<div class="comic"></div>
2+
<a href="https://heyzine.com/flip-book/3e66a13901.html">
3+
<img src="static/images/content_images/numpy-comic.png" alt="NumPy Contributor comic book cover">
4+
</a>
5+
</div>
6+
7+
<style>
8+
.comic {
9+
width: 30%;
10+
height: auto;
11+
}
12+
</style>

0 commit comments

Comments
 (0)