Skip to content

Commit 233cc73

Browse files
authored
Update README.md
1 parent 2d6c07a commit 233cc73

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,19 @@ See the [actions tab](https://github.com/actions/javascript-action/actions) for
253253
</script>
254254
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
255255
<script id="dsq-count-scr" src="//starteknoloji-space.disqus.com/count.js" async></script>
256+
import { Disqus } from 'gatsby-plugin-disqus';
257+
258+
const Template = () => (
259+
/* Page contents */
260+
261+
<Disqus
262+
config={
263+
/* Replace PAGE_URL with your post's canonical URL variable */
264+
url: 'PAGE_URL',
265+
/* Replace PAGE_IDENTIFIER with your page's unique identifier variable */
266+
identifier: 'PAGE_IDENTIFIER',
267+
/* Replace PAGE_TITLE with the title of the page */
268+
title: 'PAGE_TITLE',
269+
}
270+
/>
271+
);

0 commit comments

Comments
 (0)