-
-
-
- {% body %}
-
-
- diff --git a/src/templates/layouts/countdown.hbs b/src/templates/layouts/countdown.hbs index 459cbf1b..d0f264d5 100644 --- a/src/templates/layouts/countdown.hbs +++ b/src/templates/layouts/countdown.hbs @@ -1,42 +1,46 @@ +
- {{> meta}} + {{> meta}} - {{#if rtl}} - - {{else}} - - {{/if}} + + - + + - {{#if rtl}} - - {{else}} - - {{/if}} + - {{#if rtl}} - - {{/if}} + {{> rtl-style}} + + + + -{% body %} - - - - - - - - - - + {% body %} + + + + + + + + + + + + + + diff --git a/src/templates/layouts/default.hbs b/src/templates/layouts/default.hbs index 07686e48..6cd4f95a 100644 --- a/src/templates/layouts/default.hbs +++ b/src/templates/layouts/default.hbs @@ -2,155 +2,154 @@ - {{> meta}} - - - - - - - - - - - - - - {{#if rtl}} - - {{/if}} - {{#if stylesheets}} - {{#each stylesheets}} - {{.}} - {{/each}} - {{/if}} - {{#if cdncss}} - {{#each cdncss}} - {{.}} - {{/each}} - {{/if}} - - - - + + + + + + + + + + + +{{> rtl-style}} + + {{#if stylesheets}} + {{#each stylesheets}} + {{.}} + {{/each}} + {{/if}} + {{#if cdncss}} + {{#each cdncss}} + {{.}} + {{/each}} + {{/if}} + + + + - - - - - - - - {{!-- {{> analytic}} --}} - - - - -