Add disqus comments support
This commit is contained in:
@@ -20,9 +20,7 @@
|
||||
{{ end }}
|
||||
{{ .Content }}
|
||||
</article>
|
||||
<!--
|
||||
If you're going to use DISQUS comments, insert code here.
|
||||
-->
|
||||
{{ template "_internal/disqus.html" . }}
|
||||
</main>
|
||||
<nav class="end-nav side-padding">
|
||||
{{ 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-y: hidden;
|
||||
}
|
||||
.disqus_thread {
|
||||
margin-top: 5em;
|
||||
}
|
||||
.no-scroll {
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user