Sha256: 71468c141b38739ef3cb340cb8c6daa029e042de2239c25a4069f8f25aea3e0c
Contents?: true
Size: 585 Bytes
Versions: 1
Compression:
Stored size: 585 Bytes
Contents
{% if cv.skills %} <div id="skills" class="entry"> <header class="entry-header"> <h3 class="entry-title">{{ site.data.theme.t.cv_skills | default: '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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-basically-basic-1.4.5 | _includes/cv/skills.html |