Sha256: 1b378770ba93e2b714e381f27de3e35235b8e1b1e7df54e25b43dd75d0cfe88b

Contents?: true

Size: 568 Bytes

Versions: 8

Compression:

Stored size: 568 Bytes

Contents

{% if cv.interests %}
  <div id="interests" class="entry">
    <header class="entry-header">
      <h3 class="entry-title">Interests</h3>
    </header>

    <div class="entry-content">
      {% for i in cv.interests %}
        <div class="taxonomy">
          {% if i.name %}
            <h4 class="title">{{ i.name }}</h4>
          {% endif %}
          {% if i.keywords %}
            <span class="keywords">{{ i.keywords | array_to_sentence_string }}</span>
          {% endif %}
        </div>
      {% endfor %}
    </div>
  </div>
{% endif %}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-theme-basically-basic-1.3.1 _includes/cv/interests.html
jekyll-theme-basically-basic-1.3.0 _includes/cv/interests.html
jekyll-theme-basically-basic-1.2.0 _includes/cv/interests.html
jekyll-theme-basically-basic-1.1.3 _includes/cv/interests.html
jekyll-theme-basically-basic-1.1.2 _includes/cv/interests.html
jekyll-theme-basically-basic-1.1.1 _includes/cv/interests.html
jekyll-theme-basically-basic-1.1.0 _includes/cv/interests.html
jekyll-theme-basically-basic-1.0.1 _includes/cv/interests.html