Rebuild site with Hugo: unified dark theme, SVG logo, data-driven content
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{{ define "body" }}
|
||||
<section class="page-hero" {{ with .Params.accent }}style="--accent: {{ . }}"{{ end }}>
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ with .Params.subtitle }}<p class="subtitle">{{ . }}</p>{{ end }}
|
||||
</section>
|
||||
<section class="page-content container">
|
||||
{{ .Content }}
|
||||
</section>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user