From f3b0a3b0b58ba662a54817793bf5a3fefe9b04a0 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Tue, 17 May 2016 14:33:52 -0400 Subject: [PATCH] Update docs. --- _docs/09-layouts.md | 4 ++-- _docs/13-helpers.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_docs/09-layouts.md b/_docs/09-layouts.md index 890b5544..c23a87ce 100644 --- a/_docs/09-layouts.md +++ b/_docs/09-layouts.md @@ -7,7 +7,7 @@ single_layout_gallery: alt: "single layout with header example" - image_path: mm-layout-single-meta.png alt: "single layout with comments and related posts" -modified: 2016-04-13T15:54:02-04:00 +modified: 2016-05-17T14:32:44-04:00 --- {% include base_path %} @@ -250,7 +250,7 @@ header: overlay_color: "#333" ``` -You can also specifying the opacity (between 0 and 1) of a black overlay like so: +You can also specifying the opacity (between `0` and `1`) of a black overlay like so: ![transparent black overlay]({{ base_path }}/images/mm-header-overlay-black-filter.jpg) diff --git a/_docs/13-helpers.md b/_docs/13-helpers.md index e837c617..007666c0 100644 --- a/_docs/13-helpers.md +++ b/_docs/13-helpers.md @@ -27,7 +27,7 @@ feature_row: - image_path: unsplash-gallery-image-3-th.jpg title: "Placeholder 3" excerpt: "This is some sample content that goes here with **Markdown** formatting." -modified: 2016-04-18T16:05:02-04:00 +modified: 2016-05-17T14:30:10-04:00 --- {% include base_path %} @@ -44,7 +44,7 @@ Instead of repeating `{% raw %}{{ site.url }}{{ site.baseurl }}{% endraw %}` ove ## Group by Array -[Jekyll Group-By-Array](https://github.com/mushishi78/jekyll-group-by-array) by [Max White](mushishi78@gmail.com). +[Jekyll Group-By-Array](https://github.com/mushishi78/jekyll-group-by-array) by Max White. A liquid include file for Jekyll that allows an object to be grouped by an array.