aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
Diffstat (limited to 'views')
-rw-r--r--views/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/views/index.html b/views/index.html
index 67045c2..34a6f55 100644
--- a/views/index.html
+++ b/views/index.html
@@ -19,4 +19,9 @@
</article>
{{ end }}
</section>
+ <p>Page:
+ {{ range .pages }}
+ <a href="/{{.}}">[{{.}}]</a>
+ {{ end }}
+ </p>
{{template "partials/canvas" .}}