Sha256: 6a51813c13049cb009c4ddafea0e7825c5191536b0018f531876e67dd3c26229

Contents?: true

Size: 820 Bytes

Versions: 4

Compression:

Stored size: 820 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://codeberg.org/kreuzer/zine">Zine</a></li>
      <li>&copy; 2023<span> <%= page[:site_author] %></span></li>
    </ul>
  </div>
  </footer>
</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zine-0.22.0 lib/zine/skeleton/source/templates/footer_partial.erb
zine-0.21.0 lib/zine/skeleton/source/templates/footer_partial.erb
zine-0.20.0 lib/zine/skeleton/source/templates/footer_partial.erb
zine-0.19.0 lib/zine/skeleton/source/templates/footer_partial.erb