Sha256: 0836e75bffd5d4012371ff5458441e94a38c42e7b734adcf33c75006ef1bb267

Contents?: true

Size: 738 Bytes

Versions: 8

Compression:

Stored size: 738 Bytes

Contents

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

  <div class="o-wrapper">

    <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

8 entries across 8 versions & 1 rubygems

Version Path
alna-jekyll-theme-0.1.7 _includes/page-foot.html
alna-jekyll-theme-0.1.6 _includes/page-foot.html
alna-jekyll-theme-0.1.5 _includes/page-foot.html
alna-jekyll-theme-0.1.4 _includes/page-foot.html
alna-jekyll-theme-0.1.3 _includes/page-foot.html
alna-jekyll-theme-0.1.2 _includes/page-foot.html
alna-jekyll-theme-0.1.1 _includes/page-foot.html
alna-jekyll-theme-0.1.0 _includes/page-foot.html