Incremental progress on gallery
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user