Skip to content
Snippets Groups Projects
Select Git revision
  • c5b2c9a498144c2a07ec17a05545a19f9ffd62f1
  • master default protected
  • ccl
  • jardin
  • cms/general/lorem
  • cms/ccl/ca-marche
  • cms/grenier/index
  • content
  • preview
  • develop
  • deploy
  • test
12 results

Rakefile

Blame
  • figure 425 B
    <figure class="{{ include.class }}">
      <img src=
        {% if include.image_path contains "://" %}
          "{{ include.image_path }}"
        {% else %}
          "{{ include.image_path | relative_url }}"
        {% endif %}
        alt="{% if include.alt %}{{ include.alt }}{% endif %}">
      {% if include.caption %}
        <figcaption>
          {{ include.caption | markdownify | remove: "<p>" | remove: "</p>" }}
        </figcaption>{% endif %}</figure>