Skip to content

Commit e1d0213

Browse files
author
Pablo O Vieira
committed
correct URL (site.url)
1 parent 855081b commit e1d0213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ meta:
1818
keywords: project management, agile, software, coding, programming, python, database, gamification, jeenga, marketing, crm
1919

2020
baseurl: "" # the subpath of your site, e.g. /blog/
21-
url: "http://povieira.com" # the base hostname & protocol for your site
21+
url: "http://pv8.io" # the base hostname & protocol for your site
2222

2323
branch: master
2424

_includes/comments.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1 class="post-content">Leave a comment</h1>
1010

1111
var disqus_config = function () {
1212
this.page.title = "{{ page.title }}";
13-
this.page.url = "{{ page.url }}";
13+
this.page.url = "{{ site.url }}{{ page.url }}";
1414
this.page.identifier = "{{ page.id }}";
1515
};
1616

0 commit comments

Comments
 (0)