diff options
Diffstat (limited to '_layouts/articles.html')
-rw-r--r-- | _layouts/articles.html | 14 |
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> |