Sha256: 38ec5bc19a5eaee70d4dbe212631ff15b02d31e222c8562302668ab50f5df86b

Contents?: true

Size: 745 Bytes

Versions: 7

Compression:

Stored size: 745 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 %}
{% elsif include.type=="contact" %}
	{% include panel_contact.html header=include.header content=include.content style=include.style %}
{% elsif include.type=="spotlight" %}
	{% include panel_spotlight.html header=include.header content=include.content style=include.style %}
{% else %}
	{% include panel_generic.html header=include.header content=include.content style=include.style %}
{% endif %}
</section>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-ethereal-0.3.1 _includes/panel.html
jekyll-theme-ethereal-0.3.0 _includes/panel.html
jekyll-theme-ethereal-0.2.4 _includes/panel.html
jekyll-theme-ethereal-0.2.3 _includes/panel.html
jekyll-theme-ethereal-0.2.2 _includes/panel.html
jekyll-theme-ethereal-0.2.1 _includes/panel.html
jekyll-theme-ethereal-0.2.0 _includes/panel.html