Put footer's website and year into application.yml
This commit is contained in:
parent
8442751b5f
commit
fc63d8fe42
|
@ -2,8 +2,8 @@
|
|||
.small-12.columns
|
||||
.footer
|
||||
div
|
||||
span.link yafeilee.me
|
||||
span.time © 2012 - 2016
|
||||
span.link = ENV['SITE_ADDRESS']
|
||||
span.time = ENV['SITE_YEAR']
|
||||
.license
|
||||
| Designed by
|
||||
span
|
||||
|
|
|
@ -20,6 +20,11 @@ REDIS_NAMESPACE: 'wblog'
|
|||
# META description for SEO
|
||||
INTRODUCE: '这是李亚飞的博客, 李亚飞是暂住在深圳的一名 Ruby 程序员, 这里是关于技术, 创业, 生活的思考'
|
||||
|
||||
#Website Address for footer display without http
|
||||
SITE_ADDRESS: 'yafeilee.me'
|
||||
#Website Year for footer display
|
||||
SITE_YEAR: '© 2012 - 2016'
|
||||
|
||||
# optional
|
||||
# google analytics, blank it if you don't need
|
||||
GOOGLE: ''
|
||||
|
|
Loading…
Reference in New Issue