fix url logic in disqus component

This commit is contained in:
tomjoht 2018-01-23 21:27:06 -08:00
parent 1842a3479c
commit cd880f75a3
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@
*/
var disqus_config = function () {
this.page.url = "{{site.url}}{{site.baseurl}}/{{page.permalink}}"; // Replace PAGE_URL with your page's canonical URL variable
this.page.url = "{{site.url}}{{site.baseurl}}{{page.url}}"; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = "{{page.permalink}}"; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};

View File

@ -9,6 +9,8 @@ permalink: mydoc_about.html
folder: mydoc
---
{{site.url}}{{site.baseurl}}{{page.url}}
My name is Tom Johnson, and I'm a technical writer, blogger, and podcaster based in San Jose, California. For more details, see my [technical writing blog](http://idratherbewriting.com) and my [course on API documentation](http://idratherbewriting.com/learnapidoc/). See [my blog's about page](http://idratherbewriting.com/aboutme/) for more details about me.
I have used this theme and variations of it for various documentation projects. This theme has undergone several major iterations, and now it's fairly stable and full of all the features that I need. You are welcome to use it for your documentation projects for free.