hexo-addlink is an useful tool for adding current post link in hexo post page.
$ npm install hexo-addlink --saveFirst add configuration in _config.yml from your hexo project.
addlink:
before_text: hello # text before the post link
after_text: bye # text after the post linkRun hexo command.
$ hexo clean && hexo gMIT