+[2017-04-12T17:58:48Z]jaybewhat is the value of {{ image }} +[2017-04-12T18:01:13Z]elliot007oops forget to add that, check this out https://hastebin.com/morosenodi.scala +[2017-04-12T18:01:14Z]jekyllrbTitle: hastebin (at hastebin.com) +[2017-04-12T20:50:13Z]ash_workzcan you set the default title to be {{ page.path | replace: '-', ' ' | split: '.' | first | capitalize }} ? +[2017-04-12T20:54:11Z]jaybewhy could you not?
message no. 167419
Posted by jaybe in #jekyll at 2017-04-12T20:54:11Z
why could you not?
+[2017-04-13T12:25:56Z]drupolHi all, +[2017-04-13T12:26:53Z]drupolI'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]captn3m0drupol: should be possible. +[2017-04-13T12:31:36Z]captn3m0drupol: try the page.url parameter and see if you can append|prepend the required things (github url portions) +[2017-04-13T12:31:58Z]drupolOki I will try :-)