diff --git a/README.md b/README.md index 218f7261..151fe7f5 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,10 @@ account_id = "" [paige.comments.commento] # See https://commento.io script_url = "" +[paige.comments.cusdis] # See https://cusdis.com +app_id = "" +host_url = "" + [paige.comments.graphcomment] # See https://graphcomment.com account_id = "" diff --git a/layouts/partials/paige/comments/cusdis.html b/layouts/partials/paige/comments/cusdis.html new file mode 100644 index 00000000..47585653 --- /dev/null +++ b/layouts/partials/paige/comments/cusdis.html @@ -0,0 +1,6 @@ +{{ $page := . }} + +{{ with $page.Param "paige.comments.cusdis" }} +
+ +{{ end }}