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 }}
{{ .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 }}

File diff suppressed because one or more lines are too long

View File

@@ -295,6 +295,9 @@ strong {
overflow-x: auto;
overflow-y: hidden;
}
.disqus_thread {
margin-top: 5em;
}
.no-scroll {
overflow: hidden;
position: fixed;