This website works better with JavaScript.
Explore
Help
Sign In
MetuFSS
/
metu.life
Watch
2
Star
1
Fork
You've already forked metu.life
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2231
Commits
1
Branch
0
Tags
134 MiB
Tag:
Branch:
Tree:
e806d3c3f0
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'e806d3c3f0'
${ noResults }
metu.life
/
app
/
helpers
/
site_title_helper.rb
8 lines
109 B
Raw
Normal View
History
Unescape
Escape
Use Setting.site_title value for `og:site_name` occurrences (#1194) * Add helper method to return Setting.site_title * Use site_title helper in application layout * Use site_title value for og:site_name
8 years ago
# frozen_string_literal: true
module
SiteTitleHelper
def
site_title
Setting
.
site_title
.
to_s
end
end