From eb99500b26482cbf92a8b1818833336ec2eca7c6 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Sun, 5 Mar 2017 18:03:26 -0600 Subject: [PATCH] Clean up first draft of templates/partials --- content/templates/partials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/templates/partials.md b/content/templates/partials.md index e74de4542..ebff53040 100644 --- a/content/templates/partials.md +++ b/content/templates/partials.md @@ -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" . }}