diff --git a/pages/_layouts/base.html b/pages/_layouts/base.html index 79869666c66af6e999e59a466c5cd9d97a0daf4e..d4b2b8c60320b8b533763f7d5aec612b4a4186b9 100644 --- a/pages/_layouts/base.html +++ b/pages/_layouts/base.html @@ -2,34 +2,36 @@ {% include layout/banner.html %} - - - + + + - {% if page.title %}{{ page.title }} - {% endif %}{% if layout.title %}{{ layout.title }} - {% endif %}{% if site.title %}{{ site.title }} - {% endif %}{{ site.description }} + {% if page.title %}{{ page.title }} - {% endif %}{% if layout.title %}{{ layout.title }} - {% endif %}{% if site.title %}{{ site.title }} - {% endif %}{{ site.description }} - + - - - - - - + + + + + + - - + + - {% if page.description %} - - {% endif %} + {% if page.description %} + + {% endif %} + + {% include layout/og.html show=layout.og-component %} + {% include layout/css.html %} - {% include layout/og.html show=layout.og-component %} - {% include layout/css.html %} + {% include layout/js.html %} {% assign dark-theme = page.dark-theme | default: site.dark-theme %} @@ -39,7 +41,6 @@ {% include layout/modals-capture.html %} - {% include layout/js.html %} {% include layout/js-capture.html %} {% if site.debug and jekyll.environment == 'development' %}