diff --git a/_posts/2023-08-13-Testing.md b/_posts/2023-08-13-Testing.md index 93f8d5b..ab5cc3e 100644 --- a/_posts/2023-08-13-Testing.md +++ b/_posts/2023-08-13-Testing.md @@ -13,8 +13,8 @@ Hello everyone, this is a test post! * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: */ var disqus_config = function () { - this.page.url = 'https://fiverand.github.io{{ page.url }}'; - this.page.identifier = '{{ page.id }}'; + this.page.url = "https://fiverand.github.io/posts/Testing/"; + // this.page.identifier = '{{ page.id }}'; }; (function() { // DON'T EDIT BELOW THIS LINE var d = document, s = d.createElement('script');