Fixed image previews just in time to not want Hakyll anymore

This commit is contained in:
Chris Hodapp
2020-01-24 20:32:03 -05:00
parent 41ba569234
commit f12c4b3773
2 changed files with 20 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
<div class="col-sm-6">
<h3>$title$</h3>
<a href="$img$">
<img src="$img$" class="img-responsive"/>
<img src="$imgpreview$" class="img-responsive"/>
</a>
<!-- N.B. use img-fluid for Bootstrap 4 -->
$if(description)$