mirror of
https://github.com/adulau/sillon-fictionnel.git
synced 2024-11-07 12:06:37 +00:00
14 lines
379 B
HTML
14 lines
379 B
HTML
<article class="py-4">
|
|
<div class="py-2">
|
|
<h1 class="display-1 text-center fw-bold text-primary">
|
|
<a class="text-decoration-none" href="{{ .Permalink }}">
|
|
{{ .Title }}
|
|
</a>
|
|
</h1>
|
|
{{ partial "shared/post-meta" . }}
|
|
{{ partial "shared/post-categories" . }}
|
|
</div>
|
|
<div class="lead text-center py-2">
|
|
{{ .Summary }}
|
|
</div>
|
|
</article>
|