Skip to content

Commit 0b668af

Browse files
authored
Update README.md
1 parent 0d68fff commit 0b668af

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,27 @@ uses: actions/javascript-action@v1
112112
with:
113113
milliseconds: 1000
114114
```
115+
<div id="disqus_thread"></div>
116+
<script>
117+
/**
118+
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
119+
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */
120+
/*
121+
var disqus_config = function () {
122+
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
123+
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
124+
};
125+
*/
126+
(function() { // DON'T EDIT BELOW THIS LINE
127+
var d = document, s = d.createElement('script');
128+
s.src = 'https://yerlicins.disqus.com/embed.js';
129+
s.setAttribute('data-timestamp', +new Date());
130+
(d.head || d.body).appendChild(s);
131+
})();
132+
</script>
133+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
134+
135+
<script id="dsq-count-scr" src="//yerlicins.disqus.com/count.js" async></script>
115136
116137
## Websites of our businesses used
117138

0 commit comments

Comments
 (0)