Skip to content

Commit 705027c

Browse files
committedFeb 26, 2013
minor fix
1 parent 655d294 commit 705027c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is my personal website project.
2222
* memcached
2323
* nginx as web server, `config/nginx.conf` is my nginx configuration snippet.
2424

25-
## Installing
25+
## Install
2626
1. run `bundle install`
2727
2. copy `config/app_config.example.yml` to `config/app_config.yml` and copy `config/database.example.yml` to `config/database.yml`
2828
3. modify database config for your need.

‎app/views/layouts/application.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<a href="mailto:fankai@gmail.com" class="mail">Email</a>
6464
<% if APP_CONFIG['show_certification'] %>
6565
<div class="certification">
66-
<a href="http://www.miibeian.gov.cn/">京ICP备13004925号-1</a> 京公网安备11010502023235号
66+
<span>京ICP备13004925号-1</span><span>京公网安备11010502023235号</span>
6767
</div>
6868
<% end %>
6969
<div class="powered-by">

0 commit comments

Comments
 (0)
Please sign in to comment.