Initial commit

This commit is contained in:
Christian Aribaud 2025-05-09 10:37:43 +02:00
commit 4e10967600
40 changed files with 1650 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{{ $home := .Site.Home -}}
<a href="{{$home.RelPermalink}}" id="banner">
<h1>{{ site.Title }}</h1>
<p id="header-subtitle">A simple webcomic framework</p>
</a>
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}