hugo-internet-weblog/layouts/partials/preview_photo_post.html

13 lines
257 B
HTML
Raw Permalink Normal View History

2016-02-19 23:35:42 -05:00
<article class="photo">
<div class="preview">
<div class="title">
<span><a href="{{ .Permalink }}">{{ .Title }}</a></span>
</div>
<div class="content">
<a href="{{ .Permalink }}">{{ .Summary }}</a>
</div>
</div>
</article>