Basic CSS

This commit is contained in:
Katherina Walshe-Grey 2024-06-30 16:30:20 +01:00
parent f9722dacf7
commit 0277057723
8 changed files with 165 additions and 27 deletions

View file

@ -1,3 +1,3 @@
<h1>{{ site.Title }}</h1>
{{ with site.Params.description }}<p>{{ . }}</p>{{end}}
<h1 class="layout-page-title"><a href="/">{{ site.Title }}</a></h1>
{{ with site.Params.description }}<p class="layout-description">{{ . }}</p>{{end}}
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}