Skip to content

Commit 306604a

Browse files
committed
fix
1 parent b501ce3 commit 306604a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h2 class="subheading">{{ page.subtitle }}</h2>
9595
repo: '{{site.gitalk.repo}}',
9696
owner: '{{site.gitalk.owner}}',
9797
admin: ['{{site.gitalk.admin}}'],
98-
id: '',
98+
id: 'post',
9999
});
100100
gitalk.render('gitalk-container');
101101
</script>

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ <h5>Talks</h5>
111111
repo: '{{site.gitalk.repo}}',
112112
owner: '{{site.gitalk.owner}}',
113113
admin: ['{{site.gitalk.admin}}'],
114-
id: window.location.pathname,
114+
id: 'about',
115115
});
116116
gitalk.render('gitalk-container');
117117
</script>

0 commit comments

Comments
 (0)