mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-17 07:48:21 +01:00
7 lines
237 B
HTML
7 lines
237 B
HTML
<header class='post-header'>
|
|
<h2 class='post-title'>
|
|
<a href="{{ .Permalink }}">{{ .Title}}</a>
|
|
{{ if .Params.link }} — <a href="{{.Params.link}}">🔗</a>{{end}}
|
|
</h2>
|
|
{{ partial "post_subheader.html" . }}
|
|
</header>
|