move comments and related into article>div
move related into article container
Refactor page meta (#2641)
* Rename include
* Add grid view test pages
* Rename `.post__meta-sep` and use CSS to add line break
* Improve collection grid archive
* Improve page grid archive
* Enable `grid`
* Don't show date icon if there is no `date` value
* Add blank line at EOF
* Add space
* Wrap date and reading time in named `span` elements
Show date of posts (#2526)
* add date to read-time.html
* add option for show_date, dynamic icon style
* change read-time to post__meta
* cleanup post__metal.html
* cleanup post__meta include variables
* put date before read time
* remove space in include variable
* allow customisation of post__meta separator
* add some documentation
* oops fix typo derp
* add post date image
* change page meta separator customisation to CSS
Move page date to own file (#2544)
Use %-d instead of %d (#2359)
Fix schema.org dates to ISO-8601 (#2339)
* Fix schema.org dates to ISO-8601
* Revert date_to_xmlschema in <time> tag
Fix missing fallback title for table of contents
Change remaining schema.org markup to `https` (#1978)
Prevent current post from showing in the "You may also enjoy" (related (#1976)
posts) section
Allow heading levels 1-6 in table of contents
Adjust minimum and maximum levels to allow all headings and fix CSS to style indentation and nested lists properly in jekyll-toc and Kramdown generated table of contents.
Fixes #1782
Add `toc_sticky` to stick table of contents
"Stick" table of contents to top of the page by adding:
```
toc: true
toc_sticky: true
```
to a post or page's YAML Front Matter.
Note: only supported with `single` layout.
Convert EOL sequence to LF
Upgrade Font Awesome to version 5 (#1446)
Upgrade Font Awesome to version 5 (SVG with JavaScript)
Close #1396
Remove comments in dev environment (#1363)