summaryrefslogtreecommitdiff
path: root/layouts/section.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/section.html')
-rw-r--r--layouts/section.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/layouts/section.html b/layouts/section.html
new file mode 100644
index 0000000..0b95945
--- /dev/null
+++ b/layouts/section.html
@@ -0,0 +1,11 @@
+{{ define "main" }}
+ {{ .Content }}
+ <table>
+ {{ range .Pages }}
+ <tr>
+ <td><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></td>
+ </tr>
+ {{ end }}
+ </table>
+{{ end }}
+