Update docs.

This commit is contained in:
Michael Rose 2016-05-17 14:33:52 -04:00
parent f8f70ce0fe
commit f3b0a3b0b5
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ single_layout_gallery:
alt: "single layout with header example" alt: "single layout with header example"
- image_path: mm-layout-single-meta.png - image_path: mm-layout-single-meta.png
alt: "single layout with comments and related posts" 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 %} {% include base_path %}
@ -250,7 +250,7 @@ header:
overlay_color: "#333" 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) ![transparent black overlay]({{ base_path }}/images/mm-header-overlay-black-filter.jpg)

View File

@ -27,7 +27,7 @@ feature_row:
- image_path: unsplash-gallery-image-3-th.jpg - image_path: unsplash-gallery-image-3-th.jpg
title: "Placeholder 3" title: "Placeholder 3"
excerpt: "This is some sample content that goes here with **Markdown** formatting." 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 %} {% include base_path %}
@ -44,7 +44,7 @@ Instead of repeating `{% raw %}{{ site.url }}{{ site.baseurl }}{% endraw %}` ove
## Group by Array ## 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. A liquid include file for Jekyll that allows an object to be grouped by an array.