From e563bf3ed41241a74d9421efe8d20f2b9dac96e1 Mon Sep 17 00:00:00 2001 From: Leonard Smith Date: Wed, 31 Mar 2021 15:41:58 -0500 Subject: [PATCH] Add additional page routes and update the footer with the proper calls --- app/router.js | 4 ++++ app/templates/application.hbs | 12 ++++++------ 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/app/router.js b/app/router.js index 5519155..cfe66ad 100644 --- a/app/router.js +++ b/app/router.js @@ -10,4 +10,8 @@ Router.map(function() { this.route('verse', { path: '/verse/:verse_id' }, function() { this.route('word', { path: '/word/:word_id' }); }); + this.route('home', { path: '/' }); + this.route('contributors'); + this.route('user-guide'); + this.route('site-purpose'); }); diff --git a/app/templates/application.hbs b/app/templates/application.hbs index 1071c11..1f73311 100644 --- a/app/templates/application.hbs +++ b/app/templates/application.hbs @@ -15,7 +15,7 @@

Find Us

-

+

11450 Translation Way
Orlando, FL 32832

1-800-THE-WORD @@ -24,11 +24,11 @@

Pages

+ Home
+ Contributors
+ User Guide
+ Site Purpose
+