]> Untitled Git - bitcoindevkit.org/commitdiff
Add /authors page
authorSteve Myers <steve@notmandatory.org>
Wed, 31 Mar 2021 17:03:12 +0000 (10:03 -0700)
committerSteve Myers <steve@notmandatory.org>
Wed, 31 Mar 2021 17:12:22 +0000 (10:12 -0700)
layouts/authors/terms.html [new file with mode: 0644]

diff --git a/layouts/authors/terms.html b/layouts/authors/terms.html
new file mode 100644 (file)
index 0000000..4d10c22
--- /dev/null
@@ -0,0 +1,9 @@
+{{ partial "header.html" . }}
+
+<ul>
+    {{ range .Data.Pages }}
+    <li><a href="{{ .Permalink }}">{{ .Params.name }}</a></li>
+    {{ end }}
+</ul>
+
+{{ partial "footer.html" . }}
\ No newline at end of file