Update the home page for Simply Jetpacks
This commit is contained in:
@@ -23,7 +23,7 @@ if typeof(global) is 'undefined'
|
|||||||
global.logger = new Logger
|
global.logger = new Logger
|
||||||
|
|
||||||
switch window.location.hostname
|
switch window.location.hostname
|
||||||
when 'local.crafting-guide.com'
|
when 'local.crafting-guide.com', 'localhost'
|
||||||
global.env = 'local'
|
global.env = 'local'
|
||||||
logger.level = Logger.DEBUG
|
logger.level = Logger.DEBUG
|
||||||
apiBaseUrl = 'http://local.crafting-guide.com:8001'
|
apiBaseUrl = 'http://local.crafting-guide.com:8001'
|
||||||
|
|||||||
@@ -47,6 +47,13 @@
|
|||||||
.section
|
.section
|
||||||
h2 What's new?
|
h2 What's new?
|
||||||
.panel
|
.panel
|
||||||
|
h3 2015-04-11
|
||||||
|
p.
|
||||||
|
I've just finished adding <a href="/browse/simply_jetpacks">Simply Jetpacks</a> by Tonius. It
|
||||||
|
seems like a simple mod on the surface, but what with all the upgrades and technology tiers, it
|
||||||
|
takes an amazing <a href="/craft/flux_infused_jetplate">87 steps</a> to make the highest-tier
|
||||||
|
jetpack!
|
||||||
|
|
||||||
h3 2015-04-08
|
h3 2015-04-08
|
||||||
.entry
|
.entry
|
||||||
p.
|
p.
|
||||||
|
|||||||
Reference in New Issue
Block a user