Scratch work for project showcase thingy
This commit is contained in:
11
templates/post-grid.html
Normal file
11
templates/post-grid.html
Normal 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
2
templates/works.html
Normal file
@@ -0,0 +1,2 @@
|
||||
Experimental something something:
|
||||
$partial("templates/post-grid.html")$
|
||||
Reference in New Issue
Block a user