From 224d946d11074b041641cef05a3f68c8c5e2c0be Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 30 Aug 2017 22:11:21 +0800 Subject: [PATCH] Use more semantic HTML --- _includes/2017/related-posts.html | 4 ++-- _layouts/2017/sheet.html | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_includes/2017/related-posts.html b/_includes/2017/related-posts.html index 9143488a0..40696c238 100644 --- a/_includes/2017/related-posts.html +++ b/_includes/2017/related-posts.html @@ -10,7 +10,7 @@ | where_exp: "page", "page.deprecated != true" | sort: "weight", "last" %} - + diff --git a/_layouts/2017/sheet.html b/_layouts/2017/sheet.html index 37cadf65c..a224db75e 100644 --- a/_layouts/2017/sheet.html +++ b/_layouts/2017/sheet.html @@ -6,14 +6,14 @@ type: article {% include 2017/top-nav.html page=page %}
-
+

{{ page.title }} cheatsheet

{% if page.ads != false %}
{% endif %} -
+ {% if page.tags contains 'WIP' %} {% endif %} -
+
{{ content }} -
+
{% include 2017/related-posts.html page=page %}