final first post

This commit is contained in:
2023-07-26 15:18:06 -04:00
parent c14a238f5f
commit c91d595938
3 changed files with 25 additions and 20 deletions

View File

@ -19,6 +19,10 @@
<style>
{{- block "styles" . -}}
{{- end -}}
div.highlight pre {
{{/* code highlighting */}}
padding: 1rem;
}
</style>
<script src="/assets/bootstrap.min.js" defer></script>
@ -45,6 +49,8 @@
{{ block "main" . }}
{{ end }}
</main>
<hr>
<div style="height: 300px;"><!-- This space is intentionally left blank --></div>
</div>
</body>