From 6ccdf9a43821f1fcd30ff1897cf6cab322479cc6 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 28 Aug 2016 22:44:18 +0300 Subject: [PATCH] layouts: Allow specifying number of "Recent Posts" to display in the sidebar Set the following param in your config: [params.sidebar] num_recent_posts = 5 Alternatively, delete or comment out the variable to disable showing of recents. I should probably allow setting it to "0" to disable. --- layouts/partials/sidebar.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 9bae93b..05c665d 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -3,6 +3,18 @@

About

Etiam porta sem malesuada magna mollis euismod. Cras mattis consectetur purus sit amet fermentum. Aenean lacinia bibendum nulla sed consectetur.

+ + {{ if isset .Site.Params.sidebar "num_recent_posts" }} + + {{ end }} +