Sha256: a1f0797b28ca382a2aab020f664c80d6a11f51e4f52760788ab4b350db00d04f

Contents?: true

Size: 754 Bytes

Versions: 7

Compression:

Stored size: 754 Bytes

Contents

<header class="intro">
  <div class="inner">
    <div class="intro-text">
      <h1 class="intro-title">{{ cv.basics.name | default: page.title | markdownify | remove: '<p>' | remove: '</p>' }}</h1>
      {% if cv.basics.label %}
        <p class="intro-subtitle">{{ cv.basics.label | markdownify | remove: '<p>' | remove: '</p>' }}</p>
      {% endif %}

      {% if page.actions %}
        <ul class="intro-actions">
          {% for action in page.actions %}
            <li><a href="{{ action.url }}" class="btn">{% if action.icon %}<span class="icon">{% include {{ action.icon | prepend: 'icon-' | append: '.svg' }} %}</span>{% endif %}{{ action.label }}</a></li>
          {% endfor %}
        </ul>
      {% endif %}
    </div>
  </div>
</header>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jekyll-theme-basically-basic-1.4.5 _includes/cv/intro.html
jekyll-theme-basically-basic-1.4.4 _includes/cv/intro.html
jekyll-theme-basically-basic-1.4.3 _includes/cv/intro.html
jekyll-theme-basically-basic-1.4.2 _includes/cv/intro.html
jekyll-theme-basically-basic-1.4.1 _includes/cv/intro.html
jekyll-theme-basically-basic-1.4.0 _includes/cv/intro.html
jekyll-theme-basically-basic-1.0.0 _includes/cv/intro.html