rackerlabs / developer.rackspace.com

Gen 3 of the developer.rackspace.com Portal
Apache License 2.0
47 stars 59 forks source link

Rackspace product blog links are also broken #1140

Open smashwilson opened 9 years ago

smashwilson commented 9 years ago

Similarly to #1117, the links to the Rackspace "product blog" are hardcoded links with href="#":

screen shot 2015-05-15 at 12 02 22 pm

This will be a bit harder to fix, though, because the Rackspace blog isn't part of the same Jekyll site. We'll need to write a Jekyll plugin that reads the feed, selects content with the right tags, and injects it into the page environment in a way that the Liquid templates can read. There's a StackOverflow question that has a plugin we can start with.

smashwilson commented 9 years ago

/cc @danabauer