Sha256: f37a563e69a5edc74d860542e95d7ed156be3b317f5ba814f42d08fb60ed5cc5

Contents?: true

Size: 822 Bytes

Versions: 1

Compression:

Stored size: 822 Bytes

Contents

  <footer>
  <div class="column">
    <h3>Contact me</h3>
    <ul class="contact-list">
      <li><a href="https://twitter.com/<%= page[:twitter_name] %>" class="button twitter"><span>Twitter</span></a></li>
      <li><a href="<%= page[:site_URL] %>/rss.xml" rel="home" type="application/rss+xml" class="button rss"><span>Subscribe</span></a></li>
    </ul>
  </div>
  <div class="column">
    <h3>Me elsewhere</h3>
    <ul>
    <% for @link in page[:links_array] %>
      <li><a href="<%= @link['uri'] %>"><%= @link['name'] %></a></li>
    <% end %>
  </ul>
  </div>
  <div class="column">
    <h3>The fine print</h3>
    <ul>
      <li>Built with <a href="https://github.com/mikekreuzer/zine">Zine</a></li>
      <li>&copy; 2019<span> <%= page[:site_author] %></span></li>
    </ul>
  </div>
  </footer>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zine-0.13.0 lib/zine/skeleton/source/templates/footer_partial.erb