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