-
-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Not possible yet, because:
- _includes use
include.paramsyntax and there are many optional params, e.g.toc.panel, oralert.classestwisterrob.github.io/_includes/toc.md
Line 10 in ebc93f6
{% if include.panel or site.kramdown.toc_panel %}{% assign show_panel = true %}{% else %}{% assign show_panel = false %}{% endif %} twisterrob.github.io/_includes/alert
Line 30 in ebc93f6
<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.urlvsvideo.youtubein{% if include.video.url %} twisterrob.github.io/_projects/chroma.md
Lines 16 to 17 in ebc93f6
videos: - youtube: 'ADC9suV2v4U' - ad-hoc hash lookups like
page.images.inline.titlestwisterrob.github.io/_projects/screenjunkies.md
Lines 9 to 14 in ebc93f6
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.
noindexintwisterrob.github.io/_layouts/xml-style.xsl
Lines 1 to 5 in ebc93f6
--- layout: null source: 'http://www.evagoras.com/2011/02/10/improving-an-xml-feed-display-through-css-and-xslt/' breadcrumbs: true ---
Metadata
Metadata
Assignees
Labels
No labels