From 443266076d4e70d450802c3b404b295fec89d396 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Fri, 27 Mar 2020 16:58:21 +0900 Subject: [PATCH] Comments Alternatives (#1036) Minor naming and capitalization fixes. --- content/en/content-management/comments.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/content-management/comments.md b/content/en/content-management/comments.md index 26fffaaa6..a64108072 100644 --- a/content/en/content-management/comments.md +++ b/content/en/content-management/comments.md @@ -51,14 +51,14 @@ Disqus has its own [internal template](https://gohugo.io/templates/internal/#dis There are a few alternatives to commenting on static sites for those who do not want to use Disqus: -* [Static Man](https://staticman.net/) +* [Staticman](https://staticman.net/) * [Talkyard](https://www.talkyard.io/blog-comments) (Open source, & serverless hosting) * [IntenseDebate](https://intensedebate.com/) * [Graph Comment][] * [Muut](https://muut.com/) * [isso](https://posativ.org/isso/) (Self-hosted, Python) * [Tutorial on Implementing Isso with Hugo][issotutorial] -* [Utterances](https://utteranc.es/) (Open source, Github comments widget built on Github issues) +* [Utterances](https://utteranc.es/) (Open source, GitHub comments widget built on GitHub issues) * [Remark](https://github.com/umputun/remark) (Open source, Golang, Easy to run docker) * [Commento](https://commento.io/) (Open Source, available as a service, local install, or docker image) * [JustComments](https://just-comments.com) (Open Source, available as a service, can be self-hosted)