Open selivan opened 6 years ago
Different posts may have the same titles: for example, "Monthly report". So I would prefer to use page.id instead of page.title.
page.id
page.title
I can set post_title=page.id when including gpgc_comments.html, but gpgcCreateCommentIssue.sh is hard-coded to work with page.title.
post_title=page.id
gpgcCreateCommentIssue.sh
It would be convenient to create option in gpgc.yml for this.
gpgc.yml
Different posts may have the same titles: for example, "Monthly report". So I would prefer to use
page.id
instead ofpage.title
.I can set
post_title=page.id
when including gpgc_comments.html, butgpgcCreateCommentIssue.sh
is hard-coded to work withpage.title
.It would be convenient to create option in
gpgc.yml
for this.