diff --git a/_layouts/website/page.html b/_layouts/website/page.html index 4cd2415..18e1516 100644 --- a/_layouts/website/page.html +++ b/_layouts/website/page.html @@ -2,7 +2,14 @@ {% block head %} {{ super() }} + -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/src/plugin.js b/src/plugin.js index bfb4332..65e4ef8 100644 --- a/src/plugin.js +++ b/src/plugin.js @@ -15,7 +15,7 @@ require(['gitbook'], function (gitbook) { var width = size === "large" ? "170" : "160"; var height = size === "large" ? "30" : "20"; var extraParam = type === "watch" ? "&v=2" : ""; - return ` + return ` `; }