diff --git a/layouts/shortcodes/sectionlinks.html b/layouts/shortcodes/sectionlinks.html
new file mode 100644
index 0000000000..51b9f633e4
--- /dev/null
+++ b/layouts/shortcodes/sectionlinks.html
@@ -0,0 +1,3 @@
+{{ range .Page.Pages }}
+- [{{ .Title }}]({{ .RelPermalink }})
+{{ end }}