Message about ability to comment directly via GitHub

This commit is contained in:
Marcin Zajączkowski 2020-05-05 15:10:56 +02:00
parent 4c77300eeb
commit fe24f78757
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>