antwarjs / antwar

A static site generator built with React and Webpack.
https://antwar.js.org/
MIT License
460 stars 35 forks source link

Expand <BlogLink> component to allow linking to internal pages #50

Closed bebraw closed 9 years ago

bebraw commented 9 years ago

Given internally it's just a react-router Link, this would give us nice validations (less issues during development).

bebraw commented 9 years ago

Obsolete given we have SectionLink now. It might have its problems but those are separate issues.