Sha256: f36d674bf7378d5b8bb09cad9917d23745f8cc696a2cec0529daabdce86c9eb5

Contents?: true

Size: 675 Bytes

Versions: 8

Compression:

Stored size: 675 Bytes

Contents

{% if cv.awards %}
  <div id="awards" class="entry">
    <header class="entry-header">
      <h3 class="entry-title">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

8 entries across 8 versions & 1 rubygems

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