Starting blog post on stackoverflow

And loads of supporting graph code
This commit is contained in:
Dan 2026-01-04 15:31:47 +00:00
parent 8fdc28e7c5
commit 4233c43102
16 changed files with 1352 additions and 50 deletions

View file

@ -1,15 +1,3 @@
<header>
<div>
{{ partial "site-navigation.html" . }}
<div>
<!-- <h1>
{{ .Title | default .Site.Title }}
</h1> -->
{{ with .Params.description }}
<h2>
{{ . }}
</h2>
{{ end }}
</div>
</div>
</header>
<div>{{ partial "site-navigation.html" . }}</div>
</header>