From 588260b5d12ced43886aada1d896e05a2915d3be Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Fri, 16 Oct 2020 02:07:29 +0500 Subject: [PATCH] Move navbar into partial --- templates/navbar.html.hbs | 20 ++++++++++++++++++++ templates/site.html.hbs | 21 +-------------------- 2 files changed, 21 insertions(+), 20 deletions(-) create mode 100644 templates/navbar.html.hbs diff --git a/templates/navbar.html.hbs b/templates/navbar.html.hbs new file mode 100644 index 0000000..042a447 --- /dev/null +++ b/templates/navbar.html.hbs @@ -0,0 +1,20 @@ + diff --git a/templates/site.html.hbs b/templates/site.html.hbs index ee6675e..a1f3904 100644 --- a/templates/site.html.hbs +++ b/templates/site.html.hbs @@ -15,26 +15,7 @@ - + {{> navbar}} {{~> page}}