[FEATURE] Blog: make the blog posts looks much nicer and add a header image
This commit is contained in:
parent
abf85cec0f
commit
2710137012
6 changed files with 69 additions and 16 deletions
|
@ -1,8 +1,9 @@
|
|||
{{ define "main" }}
|
||||
<main class="container" aria-role="main">
|
||||
<main class="container" aria-role="main">
|
||||
<article class="blog">
|
||||
{{- partial "blog-header.html" (dict "page" . ) }}
|
||||
|
||||
<section class="content">
|
||||
<section>
|
||||
{{ .Content }}
|
||||
</section>
|
||||
|
||||
|
@ -14,5 +15,6 @@
|
|||
<small class="li-comma">letzte Änderung: {{ .Format "2006-01-02 15:04" }}</small>
|
||||
{{- end }}
|
||||
</div>
|
||||
</main>
|
||||
</article>
|
||||
</main>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue