Sha256: 7dcffba582075e017d1071dd073e2c5dc8cf22bcb77d34b87779afc6030bf139
Contents?: true
Size: 803 Bytes
Versions: 1
Compression:
Stored size: 803 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://zine.dev">Zine</a></li> <li>© 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.14.0 | lib/zine/skeleton/source/templates/footer_partial.erb |