diff --git a/guide/2015604.md b/guide/2015604.md index a29e0d0..5a0a210 100644 --- a/guide/2015604.md +++ b/guide/2015604.md @@ -91,3 +91,8 @@ them when linking in your HTML. The `Rib.routeUrl` function takes a route You will pass your routes to whichever function (`renderPage` is principle among them) that needs to know the URL to your generated files, as long as they remain polymorphic in the route type. + +--- + +See the entire code in [2015601](zcf:/) to see all of this would fit together in +a static site generator.