mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-26 08:18:53 +00:00
Clean up first draft of templates/partials
This commit is contained in:
@@ -256,7 +256,7 @@ You can create the following `layouts/partials/disqus.html`:
|
||||
|
||||
The `if` statement skips the initialization of the Disqus comment injection when you are running on `localhost`.
|
||||
|
||||
You can then reference then render your custom analytics partial template as follows:
|
||||
You can then render your custom Disqus partial template as follows:
|
||||
|
||||
```golang
|
||||
{{ partial "disqus.html" . }}
|
||||
|
||||
Reference in New Issue
Block a user