summaryrefslogtreecommitdiff
path: root/_layouts/articles.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/articles.html')
-rw-r--r--_layouts/articles.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/_layouts/articles.html b/_layouts/articles.html
new file mode 100644
index 0000000..89e9d86
--- /dev/null
+++ b/_layouts/articles.html
@@ -0,0 +1,14 @@
+---
+layout: framework
+sidebar: category-list
+---
+
+<div class="articles">
+ {% if page.banner == nil %}
+ {% assign banner = page.title %}
+ {% endif %}
+
+ {{ content }}
+
+ {% include views/pagination.html %}
+<div>