← Back
Editing: _footer.rhtml
<footer class="site-footer"> <% if @options.footer_content && !@options.footer_content.empty? %> <div class="footer-content"> <% @options.footer_content.each do |column_title, links| %> <div> <h3><%= h column_title %></h3> <ul> <% links.each do |text, url| %> <li><a href="<%= h resolve_url(rel_prefix, url) %>"><%= h text %></a></li> <% end %> </ul> </div> <% end %> </div> <% end %> <div class="footer-bottom"> <p> Generated by <a href="https://ruby.github.io/rdoc/">RDoc <%= RDoc::VERSION %></a> using the Aliki theme by <a href="http://st0012.dev">Stan Lo</a> </p> </div> </footer>
Save File
Cancel