Update URL scheme to include /item/*
* Update the router to understand /item/:name routes in addition to v1.0-style parameterized routes * Add support for updating the current URL based upon the item being viewed * Change LandingPage* to ItemPage*
This commit is contained in:
@@ -8,6 +8,6 @@
|
||||
.view__header
|
||||
h1
|
||||
a(href="/")
|
||||
img(src="images/workbench_front.png")
|
||||
img(src="/images/workbench_front.png")
|
||||
p Crafting Guide
|
||||
.divider.bottom
|
||||
|
||||
@@ -15,7 +15,7 @@ html
|
||||
meta(charset="UTF-8")
|
||||
|
||||
block styles
|
||||
link(rel="stylesheet", type="text/css", href="css/main.css")
|
||||
link(rel="stylesheet", type="text/css", href="/css/main.css")
|
||||
|
||||
body
|
||||
.content
|
||||
|
||||
Reference in New Issue
Block a user