<footer>
    <div class="column">
      <h3>Contact me</h3>
      <p>Twitter:&nbsp;<a href="https://twitter.com/<%= page[:twitter_name] %>">@<%= page[:twitter_name] %></a></p>
    </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; 2017<span> <%= page[:site_author] %></span></li>
      </ul>
    <div>
  </footer>
  </body>
</html>