Sha256: e7e2e57730d4390d84a4f0c7bbc60d8801f1de70a2219e1f4fe65b518ab99b43

Contents?: true

Size: 975 Bytes

Versions: 13

Compression:

Stored size: 975 Bytes

Contents

<section
class="panel {{ include.type }} {{ include.style.size }} {{ include.style.text.position | default: 'right' }} {{ include.style.background.color }}"
id="{{ include.id | default: include.type }}">
{%- if include.type=="banner" -%}
	{% include panel_banner.html header=include.header content=include.content style=include.style data=include.data %}
{%- elsif include.type=="contact" -%}
	{% include panel_contact.html header=include.header content=include.content style=include.style data=include.data %}
{%- elsif include.type=="spotlight" -%}
	{% include panel_spotlight.html header=include.header content=include.content style=include.style data=include.data %}
{%- elsif include.type=="map" -%}
	{% include panel_map.html header=include.header content=include.content style=include.style data=include.data %}
{%- else -%}
	{% include panel_generic.html header=include.header content=include.content style=include.style data=include.data %}
{%- endif -%}
</section>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
jekyll-theme-ethereal-0.5.6 _includes/panel.html
jekyll-theme-ethereal-0.5.5 _includes/panel.html
jekyll-theme-ethereal-0.5.4 _includes/panel.html
jekyll-theme-ethereal-0.5.3 _includes/panel.html
jekyll-theme-ethereal-0.5.2 _includes/panel.html
jekyll-theme-ethereal-0.5.1 _includes/panel.html
jekyll-theme-ethereal-0.5.0 _includes/panel.html
jekyll-theme-ethereal-0.4.4 _includes/panel.html
jekyll-theme-ethereal-0.4.3 _includes/panel.html
jekyll-theme-ethereal-0.4.2 _includes/panel.html
jekyll-theme-ethereal-0.4.1 _includes/panel.html
jekyll-theme-ethereal-0.4.0 _includes/panel.html
jekyll-theme-ethereal-0.3.3 _includes/panel.html