Sha256: 1f09b7480b07fa566fca32e00b0aaf33073dc7cf0fe783330667f7e693f4dded

Contents?: true

Size: 401 Bytes

Versions: 17

Compression:

Stored size: 401 Bytes

Contents

{% if include.href.size > 0 %}
  <a
    class="{{ include.class }} {{ include.a_class }}"
    href="{{ include.href }}"
    {% if include.rel %}rel="{{ include.rel }}"{% endif %}
    {% if include.property %}property="{{ include.property }}"{% endif %}
  >
    {{- include.title -}}
  </a>
{% else %}
  <span class="{{ include.class }} {{ include.span_class }}">{{ include.title }}</span>
{% endif %}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
jekyll-theme-hydejack-9.2.1 _includes/components/link.html
jekyll-theme-hydejack-9.2.0 _includes/components/link.html
jekyll-theme-hydejack-9.1.9 _includes/components/link.html
jekyll-theme-hydejack-9.1.8 _includes/components/link.html
jekyll-theme-hydejack-9.1.7 _includes/components/link.html
jekyll-theme-hydejack-9.1.6 _includes/components/link.html
jekyll-theme-hydejack-9.1.5 _includes/components/link.html
jekyll-theme-hydejack-9.1.4 _includes/components/link.html
jekyll-theme-hydejack-9.1.3 _includes/components/link.html
jekyll-theme-hydejack-9.1.2 _includes/components/link.html
jekyll-theme-hydejack-9.1.1 _includes/components/link.html
jekyll-theme-hydejack-9.1.0 _includes/components/link.html
jekyll-theme-hydejack-9.0.4 _includes/components/link.html
jekyll-theme-hydejack-9.0.3 _includes/components/link.html
jekyll-theme-hydejack-9.0.2 _includes/components/link.html
jekyll-theme-hydejack-9.0.1 _includes/components/link.html
jekyll-theme-hydejack-9.0.0 _includes/components/link.html