+ [2017-04-12T17:58:48Z] jaybe what is the value of {{ image }}
+ [2017-04-12T18:01:13Z] elliot007 oops forget to add that, check this out https://hastebin.com/morosenodi.scala
+ [2017-04-12T18:01:14Z] jekyllrb Title: hastebin (at hastebin.com)
+ [2017-04-12T20:50:13Z] ash_workz can you set the default title to be {{ page.path | replace: '-', ' ' | split: '.' | first | capitalize }} ?
+ [2017-04-12T20:54:11Z] jaybe why could you not?

message no. 167393

Posted by elliot007 in #jekyll at 2017-04-12T17:54:45Z

I did this https://hastebin.com/zetitetanu.scala but its not working
+ [2017-04-13T12:25:56Z] drupol Hi all,
+ [2017-04-13T12:26:53Z] drupol I'm building my first Jekyll blog, I'd like to display a link: "Contribute to this page by sending pull requests.". But I would like to get the link to the source page. Do you think it's possible ?
+ [2017-04-13T12:30:34Z] captn3m0 drupol: should be possible.
+ [2017-04-13T12:31:36Z] captn3m0 drupol: try the page.url parameter and see if you can append|prepend the required things (github url portions)
+ [2017-04-13T12:31:58Z] drupol Oki I will try :-)