Incremental progress on gallery

This commit is contained in:
Chris Hodapp
2019-11-04 22:58:26 -05:00
parent 0a5e19c004
commit c85ceef1a3
25 changed files with 4411 additions and 21 deletions

View File

@@ -3,10 +3,16 @@
$for(works)$
<div class="col-sm-6">
<h3>$title$</h3>
<img src="$img$" class="img-responsive"/>
<a href="$img$">
<img src="$img$" class="img-responsive"/>
</a>
<!-- N.B. use img-fluid for Bootstrap 4 -->
<a href="$url$">$date$</a>
$body$
$if(description)$
$description$
<a href="$url$">$date$</a>
$else$
$body$
$endif$
</div>
$endfor$
</div>