forked from Bunteshaus/bunteshaus.de
15 lines
346 B
HTML
15 lines
346 B
HTML
{{ if .Title }}
|
|
<article class="articlebgcol1 borderrad25">
|
|
<a href="{{- .Permalink -}}">
|
|
<div id="articletitle">
|
|
<h2>{{- .Title -}}</h2>
|
|
</div>
|
|
</a>
|
|
<a href="{{- .Permalink -}}">
|
|
<div id="articlecontent">
|
|
{{ partial "contentlayouts/article.html" (dict "context" . "type" "list") }}
|
|
</div>
|
|
</a>
|
|
</article>
|
|
{{ end }}
|