falkon.sgorava.xyz/layouts/_default/summary.html
Juraj Oravec caffb5abb3
Add basic hugo site
Signed-off-by: Juraj Oravec <jurajoravec@mailo.com>
2022-04-28 09:04:21 +02:00

17 lines
286 B
HTML

<article class="post-preview">
<header>
<h2 class="title"> <a href="{{ .Permalink }}"> {{ .Title }}</a> </h2>
</header>
<div class="summary">
{{ .Summary }}
</div>
<div class="rmore">
<a href="{{ .Permalink }}" class="rmore">Read more</a>
</div>
</article>