test
Some checks failed
/ debug (push) Failing after 16s

This commit is contained in:
lubiana 2024-12-12 20:14:09 +01:00
parent 05a15b70bb
commit 979335fef0
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
951 changed files with 11214 additions and 15 deletions

View file

@ -0,0 +1,14 @@
{{ define "header" }}
<div class="post-heading">
<h1>{{ .Title }}</h1>
</div>
{{ end }}
{{ define "main" }}
<div class="row">
<div class="ten columns offset-by-one">
<article>
{{ .Content }}
</article>
</div>
</div>
{{ end }}