Compare commits
No commits in common. "b5d1e31d1bdac2eec8eadbaf2d7a404e04dd63a6" and "b968355d26dc8b9e4067cc658ea9cf7870385d2e" have entirely different histories.
b5d1e31d1b
...
b968355d26
|
@ -15,12 +15,6 @@ permalinks:
|
|||
# For about section, just use title
|
||||
about: /:title
|
||||
|
||||
markup:
|
||||
goldmark:
|
||||
renderer:
|
||||
# Render newlines as <br>
|
||||
hardWraps: true
|
||||
|
||||
# Disable all privacy unfriendly stuff
|
||||
privacy:
|
||||
disqus:
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<br /><br />
|
||||
{{ end }}
|
||||
<!-- Then, ToC if text has more than 600 words and not explicitly asked not to -->
|
||||
{{ if (and (not .Params.notoc) (gt .WordCount 600)) }}
|
||||
{{ if (or (not .Params.notoc) (gt .WordCount 600)) }}
|
||||
<div class="message is-info">
|
||||
<div class="message-header">Sommaire</div>
|
||||
<!-- Appreciate this horrible trick, even a 2000's HTML generator won't generate such code -->
|
||||
|
|
Loading…
Reference in New Issue