diff options
Diffstat (limited to '_layouts/post.html')
-rw-r--r-- | _layouts/post.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 6d353f2..c86b6ef 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -140,7 +140,8 @@ $.get(BlogAPI + "/suggest?id=" + blogurl + "&update=" + lastUpdated.valueOf(), f owner: 'Mabbs', admin: ['Mabbs'], id: '{{ page.id }}', // Ensure uniqueness and length less than 50 - distractionFreeMode: false // Facebook-like distraction free mode + distractionFreeMode: false, // Facebook-like distraction free mode + proxy: "https://cors-anywhere.mayx.eu.org/?https://github.com/login/oauth/access_token" }) } else { @@ -151,7 +152,8 @@ $.get(BlogAPI + "/suggest?id=" + blogurl + "&update=" + lastUpdated.valueOf(), f owner: 'Mabbs', admin: ['Mabbs'], id: '{{ page.id }}', // Ensure uniqueness and length less than 50 - distractionFreeMode: false // Facebook-like distraction free mode + distractionFreeMode: false, // Facebook-like distraction free mode + proxy: "https://cors-anywhere.mayx.eu.org/?https://github.com/login/oauth/access_token" }) } |