jquery / 2012-dev-summit

Information regarding the 2012 Developer Summit in DC
14 stars 14 forks source link

Implement "suggestions, problems, feedback" GitHub footer #43

Closed ajpiano closed 12 years ago

ajpiano commented 12 years ago

Each article's footer should include a link to the same article in the learn.jquery.com master on GitHub. Though the link obviously won't work for new articles in development, it will be just fine in production on learn.jquery.com, which is where it counts here.

ajpiano commented 12 years ago

This was working in nanoc using the article's slug, etc, and we should be able to something similar in the WordPress theme

johnkpaul commented 12 years ago

Working on this right now.

johnkpaul commented 12 years ago

Pull request made on web-base-template https://github.com/jquery/web-base-template/pull/72

jzaefferer commented 12 years ago

I want to have that for pretty much every site we have. So far jQuery UI and QUnit have live sites using web-base-template. Can we generalize the solution above to those, and beyond?

johnkpaul commented 12 years ago

@jzaefferer It is already generalized. If you take a look at the code, it will work from any theme, not just learn.jquery.com.

johnkpaul commented 12 years ago

This issue will be fixed when this PR is merged in web-base-template https://github.com/jquery/web-base-template/pull/72

RedWolves commented 12 years ago

Landed - Closing