Sha256: f99ffa01c10aed2c53d3cc667fbb6fc64654253b1c757e1a91d1f8e5c6296375
Contents?: true
Size: 699 Bytes
Versions: 1
Compression:
Stored size: 699 Bytes
Contents
{% if cv.awards %} <div id="awards" class="entry"> <header class="entry-header"> <h3 class="entry-title">{{ site.data.theme.t.cv_awards | default: 'Awards' }}</h3> </header> <div class="entry-content"> {% for a in cv.awards %} {% if a.title %} <h4 class="title">{{ a.title }}</h4> {% endif %} {% if a.date %} <div class="date">{{ a.date }}</div> {% endif %} {% if a.awarder %} <h5 class="awarder">{{ a.awarder }}</h5> {% endif %} {% if a.summary %} <div class="summary">{{ a.summary | markdownify }}</div> {% endif %} {% 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/awards.html |