add beian
This commit is contained in:
parent
4ec5f33ed3
commit
a2a1bd2b14
|
@ -7,8 +7,11 @@
|
|||
.license
|
||||
| Designed by
|
||||
span
|
||||
= link_to 'WinDy', 'http://yafeilee.me/about', target: '_blank'
|
||||
= link_to 'WinDy', 'http://yafeilee.com/about', target: '_blank'
|
||||
.license
|
||||
| Built with
|
||||
span
|
||||
= link_to 'wblog', 'https://github.com/windy/wblog', target: '_blank'
|
||||
- if ENV['SITE_BEIAN'].present?
|
||||
.license
|
||||
= link_to ENV['SITE_BEIAN'], 'http://www.beian.miit.gov.cn/', target: '_blank'
|
||||
|
|
|
@ -21,9 +21,11 @@ REDIS_NAMESPACE: 'wblog'
|
|||
INTRODUCE: '这是李亚飞的博客, 李亚飞是暂住在深圳的一名 Ruby 程序员, 这里是关于技术, 创业, 生活的思考'
|
||||
|
||||
#Website Address for footer display without http
|
||||
SITE_ADDRESS: 'yafeilee.me'
|
||||
SITE_ADDRESS: 'yafeilee.com'
|
||||
#Website Year for footer display
|
||||
SITE_YEAR: '© 2012 - 2016'
|
||||
SITE_YEAR: '© 2012 - 2019'
|
||||
#Website beian for footer display
|
||||
SITE_BEIAN: '粤ICP备19030132号-3'
|
||||
|
||||
# optional
|
||||
# google analytics, blank it if you don't need
|
||||
|
|
Loading…
Reference in New Issue