compscidr / goblog

Simple blogging platform built with golang. Built on top of gin and gorm. Auth with github. REST / CRUB API backend and templated frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement comments

compscidr opened this issue · comments

Probably integrate with some external commenting system, or if that proves too difficult create some go structures and implement it directly.

Also look into what the implications will be re: search engines if the comments are hosted somewhere else and only shown via some javascript pull rather than rendered directly.