Merge pull request #104 from iakunin/issue-103
#103: extracting disqus code to separate file
This commit is contained in:
commit
a89f25c400
2 changed files with 4 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Site.DisqusShortname }}
|
{{ if .Site.DisqusShortname }}
|
||||||
{{ template "_internal/disqus.html" . }}
|
{{ partial "disqus.html" . }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ if .Site.Params.UtterancesRepo }}
|
{{ if .Site.Params.UtterancesRepo }}
|
||||||
|
|
1
layouts/partials/disqus.html
Normal file
1
layouts/partials/disqus.html
Normal file
|
@ -0,0 +1 @@
|
||||||
|
{{ template "_internal/disqus.html" . }}
|
Loading…
Add table
Add a link
Reference in a new issue