From 1bb6eea8a84cbf67a7396abb63223f6a719aad60 Mon Sep 17 00:00:00 2001 From: olOwOlo <26087907+olOwOlo@users.noreply.github.com> Date: Wed, 6 Dec 2017 20:34:22 +0800 Subject: feat: allow set something for a single content * Now, you can open or close toc, copyright, reward and mathjax for a single content. * Also change the default global settings: autoCollapseToc = true -> false; mathjax = true -> false --- layouts/_default/baseof.html | 2 +- layouts/partials/post/copyright.html | 2 +- layouts/partials/post/reward.html | 2 +- layouts/partials/post/toc.html | 4 ++-- layouts/partials/scripts.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'layouts') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 11f33fc..60edd94 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -23,7 +23,7 @@ {{ block "content" . }}{{ end }} {{ partial "comments.html" . }} - +