howtos rss
This commit is contained in:
@@ -16,7 +16,7 @@ ActiveAdmin.setup do |config|
|
||||
admin.build_menu :utility_navigation do |menu|
|
||||
menu.add id: "site_link",
|
||||
label: "🏠",
|
||||
url: "/",
|
||||
url: ENV.fetch("SITE_URL", "https://teletypegames.org"),
|
||||
html_options: { target: "_blank", title: "Open site", style: "font-size:18px;" },
|
||||
priority: 1
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@ Rails.application.routes.draw do
|
||||
get "wiki/pages", to: "wiki#index"
|
||||
get "rss/blog", to: "rss#blog"
|
||||
get "rss/releases", to: "rss#releases"
|
||||
get "rss/howtos", to: "rss#howtos"
|
||||
get "download", to: "downloads#show"
|
||||
end
|
||||
get "update", to: "update#update"
|
||||
|
||||
Reference in New Issue
Block a user