diff --git a/_layouts/layout.html b/_layouts/layout.html index 7679400a..be336f05 100644 --- a/_layouts/layout.html +++ b/_layouts/layout.html @@ -1,67 +1,80 @@ - + +
+ {% capture title %}{% if page.title %}{{ page.title | strip }} – {% endif + %}Gleam{% endcapture %} {% capture default_description %}The Gleam + programming language{% endcapture %} {% capture description %}{% if + page.description %}{{ page.description | strip }}{% else %}{{ + default_description }}{% endif %}{% endcapture %} + + + + {% feed_meta %} - - {% capture title %}{% if page.title %}{{ page.title | strip }} – {% endif %}Gleam{% endcapture %} - {% capture default_description %}The Gleam programming language{% endcapture %} - {% capture description %}{% if page.description %}{{ page.description | strip }}{% else %}{{ default_description }}{% - endif %}{% endcapture %} - - - - {% feed_meta %} +