Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e00e6da

Browse files
author
zouyi
committed
gitalk
1 parent 0ec2394 commit e00e6da

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

_config.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ baseurl: "" # the subpath of your site, e.g. /blog
2424
url: "http://me.oadoc360.com" # the base hostname & protocol for your site, e.g. http://example.com
2525
twitter_username:
2626
github_username: php-cpm
27-
permalink: date
27+
permalink: date
2828

2929
# Exclude from processing.
3030
# The following items will not be processed, by default. Create a custom list
@@ -38,13 +38,6 @@ permalink: date
3838
# - vendor/gems/
3939
# - vendor/ruby/
4040

41-
tag_page_layout: tag_page
42-
tag_page_dir: tag
43-
tag_permalink_style: pretty
44-
tag_page_data:
45-
sitemap: false
46-
ignored_tags: [tags,to,ignore]
47-
4841
paginate: 30
4942

5043
# Pagination

_includes/_third-party/comments/gitalk.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
repo: '{{ site.gitalk.repo }}',
1616
owner: '{{ site.gitalk.owner }}',
1717
admin: ['{{ site.gitalk.owner }}'],
18-
id: '{{ page.url }}',
18+
id: '{{ page.title }}',
1919
labels: ['gitalk'],
2020
perPage: 50,
2121
distractionFreeMode: true

0 commit comments

Comments
 (0)