diff --git a/acks/templates/base.html b/acks/templates/base.html index 9b3e2e3..66bd6b2 100644 --- a/acks/templates/base.html +++ b/acks/templates/base.html @@ -2,14 +2,15 @@ ('/', 'index', 'Home'), ('/handbook', 'handbook', 'Handbook'), ('/worldmap', 'worldmap', 'World Map'), - ('', 'generate', 'Generate'), + ('.header', 'generate', 'Generate'), + ('.header', 'other', 'Other'), ('/npc/spells', 'spells', 'Spells'), ('/api/schema', 'api', 'API'), ] %} {% set generation_bar = [ ('/npc/party', 'npcparty', 'NPC Party'), ('/npc/single', 'npcsingle', 'Single NPC'), - ('/treasure', 'treasure', 'Treasure'), + ('http://autarch.co/treasure', 'treasure', 'Treasure'), ] %} {% set active_page = active_page|default('index') %} @@ -47,12 +48,18 @@
{% else %} - {{ label|e }} + {% if href != '.header' %} + {{ label|e }} + {% endif %} {% endif %} {% endfor %} @@ -63,20 +70,22 @@
diff --git a/acks/templates/treasure.html b/acks/templates/treasure.html index d8cb996..0594117 100644 --- a/acks/templates/treasure.html +++ b/acks/templates/treasure.html @@ -27,6 +27,10 @@

Adventurer Conqueror KingTreasure Generator

+
+