Sha256: c6090ff38793c6c5a04e50614b517711d20158b0f95759416d6c373007f7c4f8

Contents?: true

Size: 538 Bytes

Versions: 11

Compression:

Stored size: 538 Bytes

Contents

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

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
jekyll-theme-basically-basic-1.4.4 _includes/cv/skills.html
jekyll-theme-basically-basic-1.4.3 _includes/cv/skills.html
jekyll-theme-basically-basic-1.4.2 _includes/cv/skills.html
jekyll-theme-basically-basic-1.4.1 _includes/cv/skills.html
jekyll-theme-basically-basic-1.4.0 _includes/cv/skills.html
jekyll-theme-basically-basic-1.3.1 _includes/cv/skills.html
jekyll-theme-basically-basic-1.3.0 _includes/cv/skills.html
jekyll-theme-basically-basic-1.2.0 _includes/cv/skills.html
jekyll-theme-basically-basic-1.1.3 _includes/cv/skills.html
jekyll-theme-basically-basic-1.1.2 _includes/cv/skills.html
jekyll-theme-basically-basic-1.1.1 _includes/cv/skills.html