From 940954f8fed5c0179ba50f572287552cc9216746 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 3 Feb 2018 10:57:45 -0800 Subject: [PATCH] get rid of dynamic nav title --- bin/svgs.js | 2 -- routes/_components/Layout.html | 2 +- routes/_components/Nav.html | 6 ------ routes/accounts/[accountId].html | 6 +----- routes/statuses/[statusId].html | 6 +----- routes/tags/[tagName].html | 6 +----- 6 files changed, 4 insertions(+), 24 deletions(-) diff --git a/bin/svgs.js b/bin/svgs.js index 4d7e7d20..c3df6eda 100644 --- a/bin/svgs.js +++ b/bin/svgs.js @@ -13,11 +13,9 @@ module.exports = [ {id:'fa-play-circle', src:'node_modules/font-awesome-svg-png/white/svg/play-circle.svg', title: 'Play'}, {id:'fa-eye', src:'node_modules/font-awesome-svg-png/white/svg/eye.svg', title: 'Show Sensitive Content'}, {id:'fa-eye-slash', src:'node_modules/font-awesome-svg-png/white/svg/eye-slash.svg', title: 'Hide Sensitive Content'}, - {id:'fa-hashtag', src:'node_modules/font-awesome-svg-png/white/svg/hashtag.svg', title: 'Hashtag'}, {id:'fa-lock', src:'node_modules/font-awesome-svg-png/white/svg/lock.svg', title: 'Locked'}, {id:'fa-envelope', src:'node_modules/font-awesome-svg-png/white/svg/envelope.svg', title: 'Sealed Envelope'}, {id:'fa-user-times', src:'node_modules/font-awesome-svg-png/white/svg/user-times.svg', title: 'Stop Following'}, {id:'fa-user-plus', src:'node_modules/font-awesome-svg-png/white/svg/user-plus.svg', title: 'Follow'}, - {id:'fa-comments', src:'node_modules/font-awesome-svg-png/white/svg/comments.svg', title: 'Statuses'}, {id:'fa-external-link', src:'node_modules/font-awesome-svg-png/white/svg/external-link.svg', title: 'External Link'}, ] \ No newline at end of file diff --git a/routes/_components/Layout.html b/routes/_components/Layout.html index 238af527..9dc8f349 100644 --- a/routes/_components/Layout.html +++ b/routes/_components/Layout.html @@ -1,5 +1,5 @@ <:Window bind:online /> -