Sha256: 76fd7534bab49df81610e28902335348f44dac5fa2a57080341cc207cfa9eefb

Contents?: true

Size: 772 Bytes

Versions: 8

Compression:

Stored size: 772 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

8 entries across 8 versions & 1 rubygems

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