File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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+ );
You can’t perform that action at this time.
0 commit comments