We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b501ce3 commit 306604aCopy full SHA for 306604a
_layouts/post.html
@@ -95,7 +95,7 @@ <h2 class="subheading">{{ page.subtitle }}</h2>
95
repo: '{{site.gitalk.repo}}',
96
owner: '{{site.gitalk.owner}}',
97
admin: ['{{site.gitalk.admin}}'],
98
- id: '',
+ id: 'post',
99
});
100
gitalk.render('gitalk-container');
101
</script>
about.html
@@ -111,7 +111,7 @@ <h5>Talks</h5>
111
112
113
114
- id: window.location.pathname,
+ id: 'about',
115
116
117
0 commit comments