garbage collection
This commit is contained in:
6
layouts/_default/cantorfora.html
Normal file
6
layouts/_default/cantorfora.html
Normal file
@ -0,0 +1,6 @@
|
||||
<div class="card border-0 rounded-0 hover-shadow mb-2">
|
||||
<img class="card-img-top rounded-0" src="{{ .Params.Image | relURL }}" alt="{{ .Title }}">
|
||||
<div class="card-body">
|
||||
<h4 class="card-title"><a href="{{ .Permalink }}">{{ .Title }}</a></h4>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user