Merge pull request #104 from iakunin/issue-103

#103: extracting disqus code to separate file
This commit is contained in:
Dmitry Kolosov 2021-10-11 09:15:56 +03:00 committed by GitHub
commit a89f25c400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -24,7 +24,7 @@
{{ end }}
{{ if .Site.DisqusShortname }}
{{ template "_internal/disqus.html" . }}
{{ partial "disqus.html" . }}
{{ end }}
{{ if .Site.Params.UtterancesRepo }}

View File

@ -0,0 +1 @@
{{ template "_internal/disqus.html" . }}