diff --git a/sigal/themes/colorbox/templates/base.html b/sigal/themes/colorbox/templates/base.html index 9225115..ba0483c 100644 --- a/sigal/themes/colorbox/templates/base.html +++ b/sigal/themes/colorbox/templates/base.html @@ -27,15 +27,7 @@ {{ index_title }} {% endif %} - {% if settings.links %} - - {% endif %} + {% include 'links.html' %} {% include 'footer.html' %} diff --git a/sigal/themes/default/templates/links.html b/sigal/themes/default/templates/links.html new file mode 100644 index 0000000..9da5285 --- /dev/null +++ b/sigal/themes/default/templates/links.html @@ -0,0 +1,9 @@ +{% if settings.links %} + +{% endif %} diff --git a/sigal/themes/galleria/templates/album_list.html b/sigal/themes/galleria/templates/album_list.html index 22cdbd5..8cc7d8c 100644 --- a/sigal/themes/galleria/templates/album_list.html +++ b/sigal/themes/galleria/templates/album_list.html @@ -15,7 +15,6 @@ {% block content %}