Sha256: d42286b8c09768831d0e101a69cfc462185b571c75f02e9df1a096e1d338448d

Contents?: true

Size: 756 Bytes

Versions: 4

Compression:

Stored size: 756 Bytes

Contents

<footer class="c-page-foot"
        role="contentinfo"
        itemscope
        itemtype="http://schema.org/WPFooter">

  <div class="o-wrapper  o-wrapper--large">

    <ul class="o-list-inline  c-page-foot__list"
        role="navigation"
        itemscope
        itemtype="http://schema.org/SiteNavigationElement">
      {% for item in site.social_media %}
        <li class="o-list-inline__item  c-page-foot__item">
          {% include social-media.html name=item.name link=item.link %}
        </li>
      {% endfor %}
    </ul>

    <p class="c-page-foot__about"
       itemprop="about">{{ site.about }}</p>

    <p class="c-page-foot__copyright"
       itemprop="copyrightHolder">{{ site.copyright }}</p>

  </div>

</footer><!-- /c-page-foot -->

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alna-jekyll-theme-1.0.1 _includes/page-foot.html
alna-jekyll-theme-1.0.0 _includes/page-foot.html
alna-jekyll-theme-0.1.9 _includes/page-foot.html
alna-jekyll-theme-0.1.8 _includes/page-foot.html