feat: add blog comments via utterances

This commit is contained in:
Travis Fischer
2021-01-16 19:47:43 -05:00
parent 60d52e9350
commit bb67e6b940
5 changed files with 159 additions and 0 deletions

View File

@@ -18,3 +18,7 @@ html {
body {
overflow-y: hidden;
}
.utterances {
max-width: 100% !important;
}