Scratch work for project showcase thingy

This commit is contained in:
Chris Hodapp
2019-10-27 23:03:56 -04:00
parent 592c1681a7
commit 4d0f72fd4f
8 changed files with 55 additions and 1 deletions

11
templates/post-grid.html Normal file
View File

@@ -0,0 +1,11 @@
<!-- Begin Hakyll template, post-grid.html -->
<div class="row">
$for(works)$
<div class="col-sm-4">
<img src="$img$" class="img-responsive"/>
<!-- N.B. use img-fluid for Bootstrap 4 -->
<a href="$url$">$title$</a> - $date$
</div>
$endfor$
</div>
<!-- End Hakyll template, post-grid.html -->

2
templates/works.html Normal file
View File

@@ -0,0 +1,2 @@
Experimental something something:
$partial("templates/post-grid.html")$