Domeniko Gentner 3f7d06fc0f Implementation example
Added example and changed default configuration to use this example by default to be used out of the box.
2020-12-04 13:16:56 +01:00

8 lines
252 B
HTML

{{ block "frontpage_article" . }}
<article class="p-3 bg-deepmatte brdr-yayellow">
<p class="title has-text-white">{{ .Title }}</p>
<p>{{ .Summary }}</p>
<p><a href="{{.RelPermalink}}">Read the whole article...</a></p>
</article>
{{ end }}