Added example and changed default configuration to use this example by default to be used out of the box.
8 lines
252 B
HTML
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 }}
|