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

@ -3,16 +3,11 @@
<div class="resources-container">
<div class="whiteboard">
<div class="whiteboard-header">
<h1>{{ .Title }}</h1>
<div class="whiteboard-description">
{{ .Content }}
</div>
<div class="whiteboard-description">{{ .Content }}</div>
</div>
<div class="whiteboard-pins">
{{ range .Pages }}
{{ .Render "summary" }}
{{ end }}
{{ range .Pages }} {{ .Render "summary" }} {{ end }}
</div>
</div>
</div>