Merge pull request #267 from szpak/upstream/utterancesDirectComments

Message about ability to comment directly via GitHub for Utterances
This commit is contained in:
zzossig 2020-06-10 11:09:43 +09:00 committed by GitHub
commit 82899d739c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -27,3 +27,10 @@
} }
}); });
</script> </script>
<div id="comments-fallback" class="viaemail">
<div class="viaemail__no-comments-message">
Don't want to use the Utterance bot? Comments can be also placed
<a href="https://github.com/{{ .Site.Params.utterances.owner }}/{{ .Site.Params.utterances.repo }}/issues/{{ .Params.utterances_issue_id | default "" }}" target="_blank" rel="noreferrer">directly on GitHub</a>.
</div>
</div>