mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fixed hardcoded localhost image url (#940)
This commit is contained in:
committed by
Jeremy Thomas
parent
5ffb2cedb8
commit
bb525be571
@@ -362,7 +362,7 @@
|
||||
<article class="media">
|
||||
<figure class="media-left">
|
||||
<p class="image is-64x64">
|
||||
<img src="http://localhost:4000/images/placeholders/128x128.png">
|
||||
<img src="{{ site.url }}/images/placeholders/128x128.png">
|
||||
</p>
|
||||
</figure>
|
||||
<div class="media-content">
|
||||
|
||||
Reference in New Issue
Block a user