Put footer's website and year into application.yml

This commit is contained in:
Jimmy Lin 2016-07-28 15:57:05 +02:00
parent 8442751b5f
commit fc63d8fe42
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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: ''