Add disqus comments support
This commit is contained in:
@@ -20,9 +20,7 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</article>
|
</article>
|
||||||
<!--
|
{{ template "_internal/disqus.html" . }}
|
||||||
If you're going to use DISQUS comments, insert code here.
|
|
||||||
-->
|
|
||||||
</main>
|
</main>
|
||||||
<nav class="end-nav side-padding">
|
<nav class="end-nav side-padding">
|
||||||
{{ with .PrevInSection }}
|
{{ with .PrevInSection }}
|
||||||
|
|||||||
2
static/css/main.min.css
vendored
2
static/css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -295,6 +295,9 @@ strong {
|
|||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
.disqus_thread {
|
||||||
|
margin-top: 5em;
|
||||||
|
}
|
||||||
.no-scroll {
|
.no-scroll {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
|||||||
Reference in New Issue
Block a user