--- layout: default route: post --- {{ page.date | date: "%m.%-d" | remove_first: '0' }} {{ page.title }} {{ page.subtitle }} {% include carbon.html %} {% case page.section %} {% when "web" %} {% when "html" %} {% when "css" %} {% when "sass" %} {% endcase %} {{ page.section }} {% if page.next %} Next article {% endif %} {% if page.previous %} Previous article {% endif %} {{ content }} {% if page.previous %} ← Previous {{ page.previous.title }} {% endif %} {% if page.next %} Next → {{ page.next.title }} {% endif %} Back to top