damnit four
This commit is contained in:
7
themes/kiera/layouts/partials/featured_image.html
Normal file
7
themes/kiera/layouts/partials/featured_image.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{if isset .Params "images" }}
|
||||
<div class="featured_image">
|
||||
<a href="{{ .Permalink }}" title="{{ .Title }}">
|
||||
<img src="{{ index .Params.images 0 }}">
|
||||
</a>
|
||||
</div>
|
||||
{{ end }}
|
Reference in New Issue
Block a user