summaryrefslogtreecommitdiffstats
path: root/themes/rusticus/layouts/partials/home/knowledge-base-section.html
diff options
context:
space:
mode:
authorRomeo Disca <romeo.disca@gmail.com>2019-05-20 20:54:38 +0200
committerRomeo Disca <romeo.disca@gmail.com>2019-05-20 20:54:38 +0200
commitfea7367ccd55ed1af5f06001ae28b5fb2cfe5351 (patch)
treef8504fc60dc8f625347c1f089a865db7b4cf7c33 /themes/rusticus/layouts/partials/home/knowledge-base-section.html
parent709559bfe6bb9de935774360d8c55417225291a3 (diff)
add knowledge base css
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>