From fbe35e6c60f9e3bed661286275838bd11ccdb24f Mon Sep 17 00:00:00 2001 From: Staticman Date: Wed, 22 Feb 2017 11:44:21 +0000 Subject: [PATCH 1/3] New comment. (#863) --- .../markup-syntax-highlighting/comment-1487758246637.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/_data/comments/markup-syntax-highlighting/comment-1487758246637.yml diff --git a/docs/_data/comments/markup-syntax-highlighting/comment-1487758246637.yml b/docs/_data/comments/markup-syntax-highlighting/comment-1487758246637.yml new file mode 100644 index 00000000..5b28f2ad --- /dev/null +++ b/docs/_data/comments/markup-syntax-highlighting/comment-1487758246637.yml @@ -0,0 +1,9 @@ +_id: 2d426a80-f8e7-11e6-9b83-8d0f1ec5628f +message: >- + It would be great to be able to easily switch between light and dark + highlighting. +name: looeee +email: 08df1cce15065b1b2547889573b76414 +url: '' +hidden: '' +date: '2017-02-22T10:10:46.636Z' From 4454e391cf278253f7c8073370ba86ab95422cc0 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 24 Feb 2017 15:24:02 -0500 Subject: [PATCH 2/3] Escape Liquid --- docs/_docs/10-layouts.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_docs/10-layouts.md b/docs/_docs/10-layouts.md index 4fabef0d..3213cde7 100644 --- a/docs/_docs/10-layouts.md +++ b/docs/_docs/10-layouts.md @@ -7,7 +7,7 @@ single_layout_gallery: alt: "single layout with header example" - image_path: /assets/images/mm-layout-single-meta.png alt: "single layout with comments and related posts" -modified: 2017-01-24T10:52:47-05:00 +modified: 2017-02-24T15:23:34-05:00 --- {% include toc icon="columns" title="Included Layouts" %} @@ -176,7 +176,7 @@ title: "Posts by Tags" author_profile: true --- -{% include group-by-array collection=site.posts field="tags" %} +{% raw %}{% include group-by-array collection=site.posts field="tags" %} {% for tag in group_names %} {% assign posts = group_items[forloop.index0] %} @@ -184,7 +184,7 @@ author_profile: true {% for post in posts %} {% include archive-single.html %} {% endfor %} -{% endfor %} +{% endfor %}{% endraw %} ``` ### Home Page From 00810d9085433d17bb9108043e44bb3526e1dbfe Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 16 Mar 2017 10:34:21 -0400 Subject: [PATCH 3/3] Bump version to 4.3.1 --- docs/_pages/home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_pages/home.md b/docs/_pages/home.md index c9825db2..e0cd5af4 100644 --- a/docs/_pages/home.md +++ b/docs/_pages/home.md @@ -7,7 +7,7 @@ header: cta_label: " Install Now" cta_url: "/docs/quick-start-guide/" caption: -excerpt: 'A flexible two-column Jekyll theme. Perfect for personal sites, blogs, and portfolios hosted on GitHub or your own server.
Latest release v4.3.0

{::nomarkdown} {:/nomarkdown}' +excerpt: 'A flexible two-column Jekyll theme. Perfect for personal sites, blogs, and portfolios hosted on GitHub or your own server.
Latest release v4.3.1

{::nomarkdown} {:/nomarkdown}' feature_row: - image_path: /assets/images/mm-customizable-feature.png alt: "customizable"