Not possible yet, because:
- _includes use
include.param syntax and there are many optional params, e.g. toc.panel, or alert.classes
|
{% if include.panel or site.kramdown.toc_panel %}{% assign show_panel = true %}{% else %}{% assign show_panel = false %}{% endif %} |
|
<div class="alert-box {{ entry[0] }} radius {{ include.classes }}">{{ entry[1] | markdownify }}</div> |
|
* safe(optional) = true|false, if not provided it will only be generated if site.safe mode is on |
- there are some
site.data.filename[hashkey] lookups, e.g.
|
{% assign tag_data = site.data.tags[tag] %} |
- complex array items are not defined, e.g.
video.url vs video.youtube in
|
{% if include.video.url %} |
|
videos: |
|
- youtube: 'ADC9suV2v4U' |
- ad-hoc hash lookups like
page.images.inline.titles
|
inline: |
|
sj: projects/screenjunkies/sj.jpg |
|
sjv: http://i.imgur.com/wAZnRCk.gif |
|
my: projects/screenjunkies/my.jpg |
|
myv: http://i.imgur.com/oP3Ykjg.gif |
|
titles: projects/screenjunkies/titles.jpg |
|
 |
- default layout params are not inherited, e.g.
noindex in
|
--- |
|
layout: null |
|
source: 'http://www.evagoras.com/2011/02/10/improving-an-xml-feed-display-through-css-and-xslt/' |
|
breadcrumbs: true |
|
--- |
Not possible yet, because:
include.paramsyntax and there are many optional params, e.g.toc.panel, oralert.classestwisterrob.github.io/_includes/toc.md
Line 10 in ebc93f6
twisterrob.github.io/_includes/alert
Line 30 in ebc93f6
twisterrob.github.io/_includes/snippets/email.html
Line 8 in ebc93f6
site.data.filename[hashkey]lookups, e.g.twisterrob.github.io/_includes/tag_cloud.html
Line 12 in ebc93f6
video.urlvsvideo.youtubeintwisterrob.github.io/_includes/video.html
Line 1 in ebc93f6
twisterrob.github.io/_projects/chroma.md
Lines 16 to 17 in ebc93f6
page.images.inline.titlestwisterrob.github.io/_projects/screenjunkies.md
Lines 9 to 14 in ebc93f6
twisterrob.github.io/_projects/screenjunkies.md
Line 129 in ebc93f6
noindexintwisterrob.github.io/_layouts/xml-style.xsl
Lines 1 to 5 in ebc93f6