Add disqus comments support

This commit is contained in:
Joe Hutchinson
2019-01-25 14:11:30 -05:00
parent c822a7a3bf
commit fec5c5cf74
3 changed files with 5 additions and 4 deletions

View File

@@ -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 }}

File diff suppressed because one or more lines are too long

View File

@@ -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;