wincent / masochist

⛓ Website infrastructure for over-engineers
MIT License
78 stars 26 forks source link

Make "updated at" timestamp link to GitHub history view #112

Closed wincent closed 7 years ago

wincent commented 7 years ago

eg. on https://wincent.com/blog/rackspace-factoids we could link to https://github.com/wincent/masochist/commits/content/content/blog/rackspace-factoids.md

wincent commented 7 years ago

All these objects have a url field which is conveniently something like "/blog/rackspace-factoids", so we just have to prepend "https://github.com/wincent/masochist/commits/content/content" and we're off to the races. Probably want to expose it as history { url } or similar in the schema?