diff --git a/src/page.njk b/src/page.njk index c0a8860e6e..cc3bc433f4 100644 --- a/src/page.njk +++ b/src/page.njk @@ -13,32 +13,26 @@ - {%- if asset.pluginLinks %} - {%- for link in asset.pluginLinks %} + {%- if asset.pluginLinks -%} + {%- for link in asset.pluginLinks -%} {{ link }} - {%- endfor %} - {%- endif %} + {%- endfor -%} + {%- endif -%} - {%- if siteNav %} - - {%- endif %} - {%- if pageNav %} - - {%- endif %} - {{ headFileBottomContent }} - {%- if faviconUrl %} - - {%- endif %} + {%- if siteNav -%} {%- endif -%} + {%- if pageNav -%} {%- endif -%} + {{- headFileBottomContent -}} + {%- if faviconUrl -%} {%- endif -%}