diff --git a/jumpapp/templates/footer.mustache b/jumpapp/templates/footer.mustache index 3c36885..40f335c 100644 --- a/jumpapp/templates/footer.mustache +++ b/jumpapp/templates/footer.mustache @@ -33,6 +33,6 @@ {{/ hastags}}
- + {{> partials/jsbundle}} diff --git a/jumpapp/templates/header.mustache b/jumpapp/templates/header.mustache index 6f48dcc..67d034a 100644 --- a/jumpapp/templates/header.mustache +++ b/jumpapp/templates/header.mustache @@ -5,7 +5,7 @@ {{# noindex}}{{/ noindex}} {{# unsplashcolor}}{{/ unsplashcolor}} - + {{> partials/cssbundle}} diff --git a/jumpapp/templates/partials/cssbundle.mustache b/jumpapp/templates/partials/cssbundle.mustache new file mode 100644 index 0000000..2c1a0a0 --- /dev/null +++ b/jumpapp/templates/partials/cssbundle.mustache @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/jumpapp/templates/partials/jsbundle.mustache b/jumpapp/templates/partials/jsbundle.mustache new file mode 100644 index 0000000..272cdb6 --- /dev/null +++ b/jumpapp/templates/partials/jsbundle.mustache @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/jumpapp/templates/partials/src/cssbundle.src.mustache b/jumpapp/templates/partials/src/cssbundle.src.mustache new file mode 100644 index 0000000..746e3f9 --- /dev/null +++ b/jumpapp/templates/partials/src/cssbundle.src.mustache @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/jumpapp/templates/partials/src/jsbundle.src.mustache b/jumpapp/templates/partials/src/jsbundle.src.mustache new file mode 100644 index 0000000..9b58e25 --- /dev/null +++ b/jumpapp/templates/partials/src/jsbundle.src.mustache @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/jumpapp/templates/src/footer.src.mustache b/jumpapp/templates/src/footer.src.mustache deleted file mode 100644 index 740811e..0000000 --- a/jumpapp/templates/src/footer.src.mustache +++ /dev/null @@ -1,38 +0,0 @@ - - - -
- {{# showsearch}} - - -
- -
- -
- {{/ showsearch}} - {{# hastags }}{{/ hastags }} -
- {{# hastags}} -
- Tags - -
- {{/ hastags}} - -
- - - diff --git a/jumpapp/templates/src/header.src.mustache b/jumpapp/templates/src/header.src.mustache deleted file mode 100644 index b3ab7d0..0000000 --- a/jumpapp/templates/src/header.src.mustache +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - {{# noindex}}{{/ noindex}} - {{# unsplashcolor}}{{/ unsplashcolor}} - - - - - {{title}} - - - -