A CSS based github fork ribbon for Meteor based on Simon Whitaker's implementation of the ribbon
In a Meteor Spacebars template
{{>forkme url="https://github.com/your_url_here"}}
Align the ribbon to any corner by supplying an align
option:
{{>forkme align="left" url="..."}}
Align can be one of:
left
right
left-bottom
right-bottom