diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-12-06 20:34:22 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-12-06 20:34:22 +0800 |
commit | 1bb6eea8a84cbf67a7396abb63223f6a719aad60 (patch) | |
tree | e74741aaa70ad3002ff64aff4843a10f10cf6212 /layouts/_default | |
parent | 8c078104847c7f0698407a3b97ab106f43d6aad2 (diff) |
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
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 }} </div> {{ partial "comments.html" . }} - </div> + </div> </main> <footer id="footer" class="footer"> |