Sha256: 3ecbc86e08e5934b2df47c95537d0ffab0005851219d4b23b0167175b9f5141d

Contents?: true

Size: 1.8 KB

Versions: 1

Compression:

Stored size: 1.8 KB

Contents

{%- assign social = site.jenstep_theme.social_links -%}
<footer class="site-footer h-card">
  <data class="u-url" href="{{ '/' | relative_url }}"></data>

  <div class="wrapper">

   <div class="footer-col-wrapper">
      <div class="footer-des">
        <p>{{ site.description | escape }}</p>
      </div>
      <div class="footer-col">
      {%- if site.author %}
        <ul class="contact-list">

          {%- if site.author.name -%}
            <li class="p-name">{{ site.author.name | escape }}</li>
          {%- endif -%}

          {%- if site.author.email -%}
            <li><a class="u-email" href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
          {%- endif -%}

          {%- if social.github_username -%}
            <li>
              <a rel="me" href="https://github.com/{{ social.github_username | cgi_escape | escape }}" title="{{ social.github_username | escape }}"> 
                <svg class="svg-icon grey">
                  <use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#github' | relative_url }}"></use>
                </svg>
                {{ social.github_username | escape }}
              </a>
            </li>
          {% endif %}

          {%- if social.linkedin_username -%}
            <li>
              <a rel="me" href="https://www.linkedin.com/in/{{ social.linkedin_username | cgi_escape | escape }}" title="{{ social.linkedin | escape }}">
              <svg class="svg-icon grey">
                <use xlink:href="{{ '/assets/jenstep_theme_social_icons.svg#linkedin' | relative_url }}"></use>
              </svg>
              {{ social.linkedin_username | escape }}
              </a>
            </li>
            {%- endif -%}

        </ul>
      {%- endif %}
      </div>
    </div>


  </div>

</footer>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
jenstep_theme-0.1.0 _includes/footer.html