From 549530fd62121a39c83ac5e79058f50639353fea Mon Sep 17 00:00:00 2001 From: Yuya Kusakabe Date: Fri, 26 Dec 2014 23:46:16 +0900 Subject: pelican-bootstrap3: Add support for coderwall badges --- pelican-bootstrap3/templates/includes/coderwall-js.html | 15 +++++++++++++++ pelican-bootstrap3/templates/includes/coderwall.html | 7 +++++++ 2 files changed, 22 insertions(+) create mode 100644 pelican-bootstrap3/templates/includes/coderwall-js.html create mode 100644 pelican-bootstrap3/templates/includes/coderwall.html (limited to 'pelican-bootstrap3/templates/includes') diff --git a/pelican-bootstrap3/templates/includes/coderwall-js.html b/pelican-bootstrap3/templates/includes/coderwall-js.html new file mode 100644 index 0000000..1e3a9d5 --- /dev/null +++ b/pelican-bootstrap3/templates/includes/coderwall-js.html @@ -0,0 +1,15 @@ +{% if CODERWALL_USER %} + +{% endif %} diff --git a/pelican-bootstrap3/templates/includes/coderwall.html b/pelican-bootstrap3/templates/includes/coderwall.html new file mode 100644 index 0000000..2917577 --- /dev/null +++ b/pelican-bootstrap3/templates/includes/coderwall.html @@ -0,0 +1,7 @@ +{% if CODERWALL_USER %} +
  • +

    Coderwall Badges

    +
    + @{{ CODERWALL_USER }} on coderwall +
  • +{% endif %} -- cgit