adjust footer for correct software name ('running e621ng' instead of website name)

This commit is contained in:
edshot99 2024-11-03 18:27:32 -06:00
parent 4795f1c58d
commit e93888814f
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<footer id="page-footer">
<span class="left">
Running <%= Danbooru.config.app_name %>
Running <%= Danbooru.config.software_name %>
<%= link_to "Rules", terms_of_service_path %>
<%= link_to "Takedowns", takedown_static_path %>
<%= link_to "Privacy", privacy_policy_path %>

View File

@ -12,6 +12,10 @@ module Danbooru
"e621"
end
def software_name
"e621ng"
end
def description
"Find good furry art, fast"
end