Sha256: 408807f3a45e1f41bb0ff798422cff47b436ff6f62dff23c001f934e7ea2bacb

Contents?: true

Size: 1.37 KB

Versions: 33

Compression:

Stored size: 1.37 KB

Contents

<a href="{{ include.url }}">

  {% if include.url contains "github.com" %}
    <span class="ico">
      <i class="fab fa-github"></i>
    </span>
    <span class="lbl">
      {{ include.title | default: "GitHub" }}
    </span>

  {% elsif include.url contains "rubygems.org" %}
    <span class="ico">
      <i class="fas fa-gem"></i>
    </span>
    <span class="lbl">
      {{ include.title | default: "Gem" }}
    </span>

  {% elsif include.url contains "crates.io/crates" %}
    <span class="ico">
      <i class="fas fa-cubes"></i>
    </span>
    <span class="lbl">
      {{ include.title | default: "Crate" }}
    </span>

  {% elsif include.url contains "rubydoc" %}
    <span class="ico">
      <i class="fas fa-gem"></i>
    </span>
    <span class="lbl">
      {{ include.title | default: "RubyDoc" }}
    </span>

  {% elsif include.url contains "docs.rs" %}
    <span class="ico">
      <i class="fas fa-book"></i>
    </span>
    <span class="lbl">
      {{ include.title | default: "Docs.rs" }}
    </span>

  {% elsif include.url contains "ietf.org/html/rfc" %}
    <span class="lbl">
      {{ include.title | default: "IETF RFC" }}
    </span>

  {% elsif include.url contains "datatracker.ietf.org" %}
    <span class="lbl">
      {{ include.title | default: "IETF document" }}
    </span>

  {% else %}
    <span class="lbl">
      {{ include.title }}
    </span>

  {% endif %}
</a>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
jekyll-theme-open-project-2.1.14 _includes/external-link.html
jekyll-theme-open-project-2.1.13 _includes/external-link.html
jekyll-theme-open-project-2.1.12 _includes/external-link.html
jekyll-theme-open-project-2.1.11 _includes/external-link.html
jekyll-theme-open-project-2.1.10 _includes/external-link.html
jekyll-theme-open-project-2.1.9 _includes/external-link.html
jekyll-theme-open-project-2.1.8 _includes/external-link.html
jekyll-theme-open-project-2.1.7 _includes/external-link.html
jekyll-theme-open-project-2.1.6 _includes/external-link.html
jekyll-theme-open-project-2.1.5 _includes/external-link.html
jekyll-theme-open-project-2.1.4 _includes/external-link.html
jekyll-theme-open-project-2.1.3 _includes/external-link.html
jekyll-theme-open-project-2.1.1 _includes/external-link.html
jekyll-theme-open-project-2.1.0 _includes/external-link.html
jekyll-theme-open-project-2.0.22 _includes/external-link.html
jekyll-theme-open-project-2.0.21 _includes/external-link.html
jekyll-theme-open-project-2.0.20 _includes/external-link.html
jekyll-theme-open-project-2.0.19 _includes/external-link.html
jekyll-theme-open-project-2.0.18 _includes/external-link.html
jekyll-theme-open-project-2.0.17 _includes/external-link.html