diff options
author | Jesús <heckyel@hyperbola.info> | 2019-08-16 18:10:52 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-08-16 18:10:52 -0500 |
commit | 714e28d9bcfe632e0762559203ed0ab37c2730fb (patch) | |
tree | f6d12b5a3679b82d475ed7f8ac36c3f888d69f90 | |
parent | b9dff496c54a72196c237168e30ec9a8c0dc3e91 (diff) | |
download | cl-theme-714e28d9bcfe632e0762559203ed0ab37c2730fb.tar.lz cl-theme-714e28d9bcfe632e0762559203ed0ab37c2730fb.tar.xz cl-theme-714e28d9bcfe632e0762559203ed0ab37c2730fb.zip |
local image placehold
-rw-r--r-- | index.html | 6 | ||||
-rw-r--r-- | src/images/700x500.png | bin | 0 -> 1788 bytes |
2 files changed, 3 insertions, 3 deletions
@@ -89,7 +89,7 @@ <!-- image for post --> <div class="card-image"> <figure class="image is-4by3"> - <img src="https://placehold.it/700x500" alt="Image"> + <img src="src/images/700x500.png" alt="Image"> </figure> </div> <!-- end of image for post --> @@ -157,7 +157,7 @@ <!-- image for post --> <div class="card-image"> <figure class="image is-4by3"> - <img src="https://placehold.it/700x500" alt="Image"> + <img src="src/images/700x500.png" alt="Image"> </figure> </div> <!-- end of image for post --> @@ -225,7 +225,7 @@ <!-- image for post --> <div class="card-image"> <figure class="image is-4by3"> - <img src="https://placehold.it/700x500" alt="Image"> + <img src="src/images/700x500.png" alt="Image"> </figure> </div> <!-- end of image for post --> diff --git a/src/images/700x500.png b/src/images/700x500.png Binary files differnew file mode 100644 index 0000000..b83bd8a --- /dev/null +++ b/src/images/700x500.png |