Sha256: 64fefc2aec2fd48d369909f68898cc7be5ce3266af56f7e2f512312327dc15ed

Contents?: true

Size: 848 Bytes

Versions: 7

Compression:

Stored size: 848 Bytes

Contents

{% capture align %}align-{{ include.align | default: "center" }}{% endcapture %}

{%- if include.src -%}
  {% assign src = include.src %}
{%- elsif include.name -%}
  {% capture src %}assets/img/{{ page.title | slugify }}/{{ include.name }}{% endcapture %}
{%- endif -%}

{% if include.caption %}
<figure class="{{ align }}">
  <img class="{{ align }}" src="{{ src | absolute_url }}" alt="{{ include.caption }}" {% if include.width %}width="{{ include.width }}"{% endif %} {% if include.height %}height="{{ include.height }}"{% endif %}/>
  <figcaption class="{{ align }}">{{ include.caption }}</figcaption>
</figure>
{% else %}
<img class="{{ align }}" src="{{ src | absolute_url }}" alt="{{ include.alt }}" {% if include.width %}width="{{ include.width }}"{% endif %} {% if include.height %}height="{{ include.height }}"{% endif %}/>
{% endif %}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-hamilton-1.4.0 _includes/image.html
jekyll-theme-hamilton-1.3.0 _includes/image.html
jekyll-theme-hamilton-1.2.0 _includes/image.html
jekyll-theme-hamilton-1.1.0 _includes/image.html
jekyll-theme-hamilton-1.0.0 _includes/image.html
jekyll-theme-hamilton-0.2.1 _includes/image.html
jekyll-theme-hamilton-0.2.0 _includes/image.html