summaryrefslogtreecommitdiffstats
path: root/themes/rusticus/layouts/partials/home/knowledge-base-section.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/rusticus/layouts/partials/home/knowledge-base-section.html')
-rw-r--r--themes/rusticus/layouts/partials/home/knowledge-base-section.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/rusticus/layouts/partials/home/knowledge-base-section.html b/themes/rusticus/layouts/partials/home/knowledge-base-section.html
new file mode 100644
index 0000000..1b6844a
--- /dev/null
+++ b/themes/rusticus/layouts/partials/home/knowledge-base-section.html
@@ -0,0 +1,9 @@
+<div class="thumbnails">
+{{ range (.Site.GetPage "section" "knowledge-base").Pages }}
+<div class="thumbnail">
+ <a href="{{ .Permalink}}">
+ {{ .LinkTitle }}
+ </a>
+</div>
+{{ end }}
+</div>