From a2d766dce88b7f7b1189df4b466ef2ac20454b8d Mon Sep 17 00:00:00 2001 From: Wolfgang Wiedmeyer Date: Tue, 2 Aug 2016 23:11:21 +0200 Subject: add possibility to define links to arbitrary content on the sidebar --- pelican-bootstrap3/static/css/style.css | 4 ++++ pelican-bootstrap3/templates/includes/sidebar.html | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/pelican-bootstrap3/static/css/style.css b/pelican-bootstrap3/static/css/style.css index 646765a..7c9dc0a 100644 --- a/pelican-bootstrap3/static/css/style.css +++ b/pelican-bootstrap3/static/css/style.css @@ -74,6 +74,10 @@ body { margin-right: 3px; } +.sidebar-links { + font-size: 16px; +} + a, a:hover { color: inherit; } diff --git a/pelican-bootstrap3/templates/includes/sidebar.html b/pelican-bootstrap3/templates/includes/sidebar.html index c59b8f0..b5b173f 100644 --- a/pelican-bootstrap3/templates/includes/sidebar.html +++ b/pelican-bootstrap3/templates/includes/sidebar.html @@ -4,6 +4,22 @@