mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Add default favicon and logo
This commit is contained in:
@@ -24,6 +24,10 @@ module App
|
||||
ENV["EMAIL_CONFIRMATION"] == "1"
|
||||
end
|
||||
|
||||
def show_logo?
|
||||
ENV["SHOW_LOGO"] == "1"
|
||||
end
|
||||
|
||||
def posts_per_page
|
||||
ENV["POSTS_PER_PAGE"].to_i
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user