diff options
author | Mark Drummond <mark@markdrummond.ca> | 2016-05-05 15:10:04 -0400 |
---|---|---|
committer | Mark Drummond <mark@markdrummond.ca> | 2016-05-05 15:10:04 -0400 |
commit | 35e56e4b0b3f12a61baeae354d36677032013c63 (patch) | |
tree | 08d18a93bb2038c6c32f6e894f647fb8101c15b3 /pelican-bootstrap3/templates | |
parent | 189bd49623606aeadaf8c8bda55787aa19505be0 (diff) | |
download | pelican-themes-35e56e4b0b3f12a61baeae354d36677032013c63.tar.gz |
Added sidebar image header feature.
Diffstat (limited to 'pelican-bootstrap3/templates')
-rw-r--r-- | pelican-bootstrap3/templates/includes/sidebar-images.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pelican-bootstrap3/templates/includes/sidebar-images.html b/pelican-bootstrap3/templates/includes/sidebar-images.html index 59282ab..4bc7499 100644 --- a/pelican-bootstrap3/templates/includes/sidebar-images.html +++ b/pelican-bootstrap3/templates/includes/sidebar-images.html @@ -1,4 +1,7 @@ {% if SIDEBAR_IMAGES %} + {% if SIDEBAR_IMAGES_HEADER %} + <li class="list-group-item"><h4><i class="fa fa-external-link-square fa-lg"></i><span class="icon-label">{{ SIDEBAR_IMAGES_HEADER }}</span></h4> + {% endif %} <li class="list-group-item"> <ul class="list-group" id="links"> {% for image in SIDEBAR_IMAGES %} |