From 8e41aca8a760f5de41cd9217ae5d8180175bb8f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Fri, 23 Jan 2015 18:53:48 +0100 Subject: [PATCH] Fix #517: fix weibo sharing class in header --- lib/book.js | 2 -- theme/templates/website/includes/header.html | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/book.js b/lib/book.js index 0ff993054..c81d38f51 100644 --- a/lib/book.js +++ b/lib/book.js @@ -16,8 +16,6 @@ var Plugin = require("./plugin"); var generators = require("./generators"); - - var Book = function(root, context, parent) { this.context = _.defaults(context || {}, { // Extend book configuration diff --git a/theme/templates/website/includes/header.html b/theme/templates/website/includes/header.html index d3fb10e32..8652aeb04 100644 --- a/theme/templates/website/includes/header.html +++ b/theme/templates/website/includes/header.html @@ -42,7 +42,7 @@ {% endif %} {% if options.links.sharing.weibo == true %} - + {% endif %}