📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 19:27:25
📂
/
/
opt
/
alt
/
ruby40
/
share
/
gems
/
gems
/
rdoc-7.0.4
/
lib
/
rdoc
/
generator
/
template
/
aliki
✏️
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 Changes
❌ Cancel