Skip to content

Remove old layouts/footer_links

Takuya Noguchi requested to merge remove-footer_links into master

As it came not to be used after !916 (merged) (as described in !898 (comment 353298353)), we can safely remove old /layouts/footer_links.html.

Why

Nanoc 4 glob pattern needs to use footer* instead of footer.* if we want to include both layouts/footer.html and layouts/footer_links.html.

$ git grep 'render.*foot'
content/index.erb:          <%= render '/footer.*' %>
layouts/404.html:      <%= render '/footer.*' %>
layouts/archives.html:      <%= render '/footer.*' %>
layouts/default.html:      <%= render '/footer.*' %>
layouts/instantsearch.html:        <%= render '/footer.*' %>
layouts/redirect.html:        <%= render '/footer.*' %>
Edited by Takuya Noguchi

Merge request reports