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 %}