From 524cfb091d7d3993f81091f0cba9e194951a17a6 Mon Sep 17 00:00:00 2001 From: Daan Debie Date: Sat, 21 Feb 2015 23:16:27 +0100 Subject: Updated pelican-bootstrap3 to latest version --- pelican-bootstrap3/templates/includes/aboutme.html | 16 +- pelican-bootstrap3/templates/includes/addthis.html | 4 - .../templates/includes/article_info.html | 13 +- pelican-bootstrap3/templates/includes/banner.html | 16 ++ .../templates/includes/coderwall-js.html | 15 -- .../templates/includes/coderwall.html | 7 - pelican-bootstrap3/templates/includes/footer.html | 2 +- .../templates/includes/liquid_tags_nb_header.html | 2 +- .../templates/includes/pagination.html | 7 +- pelican-bootstrap3/templates/includes/series.html | 22 --- pelican-bootstrap3/templates/includes/shariff.html | 25 ++++ pelican-bootstrap3/templates/includes/sidebar.html | 161 +++++++++------------ 12 files changed, 128 insertions(+), 162 deletions(-) create mode 100644 pelican-bootstrap3/templates/includes/banner.html delete mode 100644 pelican-bootstrap3/templates/includes/coderwall-js.html delete mode 100644 pelican-bootstrap3/templates/includes/coderwall.html delete mode 100644 pelican-bootstrap3/templates/includes/series.html create mode 100644 pelican-bootstrap3/templates/includes/shariff.html (limited to 'pelican-bootstrap3/templates/includes') diff --git a/pelican-bootstrap3/templates/includes/aboutme.html b/pelican-bootstrap3/templates/includes/aboutme.html index ba56070..f38f0bc 100644 --- a/pelican-bootstrap3/templates/includes/aboutme.html +++ b/pelican-bootstrap3/templates/includes/aboutme.html @@ -1,9 +1,11 @@ -{% if AVATAR %} +
+ {% if AVATAR %} +

+ +

+ {% endif %}

- + About {{ AUTHOR }}
+ {{ ABOUT_ME }}

-{% endif %} -

- About {{ AUTHOR }}
- {{ ABOUT_ME }} -

+
\ No newline at end of file diff --git a/pelican-bootstrap3/templates/includes/addthis.html b/pelican-bootstrap3/templates/includes/addthis.html index 12e2e8a..52bad77 100644 --- a/pelican-bootstrap3/templates/includes/addthis.html +++ b/pelican-bootstrap3/templates/includes/addthis.html @@ -12,9 +12,5 @@ {% endif %} - {% if ADDTHIS_DATA_TRACK_ADDRESSBAR|default(true) %} - - {% endif %} - {% endif %} \ No newline at end of file diff --git a/pelican-bootstrap3/templates/includes/article_info.html b/pelican-bootstrap3/templates/includes/article_info.html index 787c360..ee107c9 100644 --- a/pelican-bootstrap3/templates/includes/article_info.html +++ b/pelican-bootstrap3/templates/includes/article_info.html @@ -3,15 +3,14 @@ - - {% if SHOW_SERIES %} - {% if article.series %} - Series - Part {{ article.series.index}} of {{ article.series.name }} + {% if SHOW_DATE_MODIFIED %} + {% if article.modified %} + Modified + + + {% endif %} {% endif %} - - {% if SHOW_ARTICLE_AUTHOR %} {% if article.author %} By diff --git a/pelican-bootstrap3/templates/includes/banner.html b/pelican-bootstrap3/templates/includes/banner.html new file mode 100644 index 0000000..637eb38 --- /dev/null +++ b/pelican-bootstrap3/templates/includes/banner.html @@ -0,0 +1,16 @@ + + + \ No newline at end of file diff --git a/pelican-bootstrap3/templates/includes/coderwall-js.html b/pelican-bootstrap3/templates/includes/coderwall-js.html deleted file mode 100644 index 1e3a9d5..0000000 --- a/pelican-bootstrap3/templates/includes/coderwall-js.html +++ /dev/null @@ -1,15 +0,0 @@ -{% if CODERWALL_USER %} - -{% endif %} diff --git a/pelican-bootstrap3/templates/includes/coderwall.html b/pelican-bootstrap3/templates/includes/coderwall.html deleted file mode 100644 index 2917577..0000000 --- a/pelican-bootstrap3/templates/includes/coderwall.html +++ /dev/null @@ -1,7 +0,0 @@ -{% if CODERWALL_USER %} -
  • -

    Coderwall Badges

    -
    - @{{ CODERWALL_USER }} on coderwall -
  • -{% endif %} diff --git a/pelican-bootstrap3/templates/includes/footer.html b/pelican-bootstrap3/templates/includes/footer.html index 7b430cd..76e8ed4 100644 --- a/pelican-bootstrap3/templates/includes/footer.html +++ b/pelican-bootstrap3/templates/includes/footer.html @@ -1,5 +1,5 @@