Sha256: 4b2a89a37913367210c013455867f7fcea85fca101b5d34fbd9a86040a11f2ee

Contents?: true

Size: 1.94 KB

Versions: 17

Compression:

Stored size: 1.94 KB

Contents

<!-- Header -->
<header id="header">
  <a href="{{ '' | absolute_url }}" style="flex: 0 0 0; border-bottom: none;">
    <span class="icon"><img src="{{ 'assets/images/logo.svg' | absolute_url }}" width="24" height="24"></span>
  </a>&nbsp;
  <a href="{{ '' | absolute_url }}" class="logo">
    <strong>{{ include.title }}</strong> - {{ include.subtitle }}
  </a>
  <ul class="icons language">
    {% include language.html %}
    {% if site.twitter_url %}
    <li><a href="{{ site.twitter_url }}" class="icon fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
    {% endif %}
    {% if site.facebook_url %}
    <li><a href="{{ site.facebook_url }}" class="icon fa-facebook" target="_blank"><span class="label">Facebook</span></a></li>
    {% endif %}
    {% if site.instagram_url %}
    <li><a href="{{ site.instagram_url }}" class="icon fa-instagram" target="_blank"><span class="label">Instagram</span></a></li>
    {% endif %}
    {% if site.pinterest_url %}
    <li><a href="{{ site.pinterest_url }}" class="icon fa-pinterest" target="_blank"><span class="label">Pinterest</span></a></li>
    {% endif %}
    {% if site.500px_url %}
    <li><a href="{{ site.500px_url }}" class="icon fa-500px" target="_blank"><span class="label">500px</span></a></li>
    {% endif %}
    {% if site.gitlab_url %}
    <li><a href="{{ site.gitlab_url }}" class="icon fa-gitlab" target="_blank"><span class="label">GitLab</span></a></li>
    {% endif %}
    {% if site.github_url %}
    <li><a href="{{ site.github_url }}" class="icon fa-github" target="_blank"><span class="label">GitHub</span></a></li>
    {% endif %}
    {% if site.slack_url %}
    <li><a href="{{ site.slack_url }}" class="icon fa-slack" target="_blank"><span class="label">Slack</span></a></li>
    {% endif %}
    {% if site.linkedin_url %}
    <li><a href="{{ site.linkedin_url }}" class="icon fa-linkedin" target="_blank"><span class="label">LinkedIn</span></a></li>
    {% endif %}
  </ul>
</header>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
jekyll-theme-consulting-0.2.1 _includes/header.html
jekyll-theme-consulting-0.2.0 _includes/header.html
jekyll-theme-consulting-0.1.17 _includes/header.html
jekyll-theme-consulting-0.1.16 _includes/header.html
jekyll-theme-consulting-0.1.15 _includes/header.html
jekyll-theme-consulting-0.1.14 _includes/header.html
jekyll-theme-consulting-0.1.13 _includes/header.html
jekyll-theme-consulting-0.1.12 _includes/header.html
jekyll-theme-consulting-0.1.11 _includes/header.html
jekyll-theme-consulting-0.1.10 _includes/header.html
jekyll-theme-consulting-0.1.9 _includes/header.html
jekyll-theme-consulting-0.1.8 _includes/header.html
jekyll-theme-consulting-0.1.7 _includes/header.html
jekyll-theme-consulting-0.1.6 _includes/header.html
jekyll-theme-consulting-0.1.5 _includes/header.html
jekyll-theme-consulting-0.1.4 _includes/header.html
jekyll-theme-consulting-0.1.3 _includes/header.html