-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
843d016
commit d84a0c5
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
layout: post | ||
title: "Ah, and you think the images on my site are somewhat - random ??" | ||
excerpt: "You may have noticed that the images often appear to be random or loosely related to the content. This is how and why:" | ||
--- | ||
|
||
* contents | ||
{: toc} | ||
|
||
# mind the gap after the Front matter section | ||
If you don't, table of contents may not be rendered | ||
# mind the gap after the contents section | ||
Again, if you don't, table of contents may not be rendered | ||
# Hints | ||
layouts may be one of | ||
- base | ||
- home | ||
- post | ||
- page | ||
|
||
mind the double-quotes around the title and excerpts contents |