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
|
# For about section, just use title
|
||||||
about: /:title
|
about: /:title
|
||||||
|
|
||||||
markup:
|
|
||||||
goldmark:
|
|
||||||
renderer:
|
|
||||||
# Render newlines as <br>
|
|
||||||
hardWraps: true
|
|
||||||
|
|
||||||
# Disable all privacy unfriendly stuff
|
# Disable all privacy unfriendly stuff
|
||||||
privacy:
|
privacy:
|
||||||
disqus:
|
disqus:
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
<br /><br />
|
<br /><br />
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<!-- Then, ToC if text has more than 600 words and not explicitly asked not to -->
|
<!-- 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 is-info">
|
||||||
<div class="message-header">Sommaire</div>
|
<div class="message-header">Sommaire</div>
|
||||||
<!-- Appreciate this horrible trick, even a 2000's HTML generator won't generate such code -->
|
<!-- Appreciate this horrible trick, even a 2000's HTML generator won't generate such code -->
|
||||||
|
|
Loading…
Reference in New Issue