Files
davideisinger.com/themes/v2/layouts/notes/single.html
2024-11-08 10:20:56 -05:00

14 lines
214 B
HTML

{{ define "main" }}
<hr>
<h2>
<a href="/notes/">Notes</a> <span>&gt;</span>
{{ .Title }}
</h2>
{{ .Content }}
{{- partial "references.html" . -}}
{{- partial "backlinks.html" . -}}
{{ end }}