Skip to content

Commit

Permalink
🦄 update readme and fix some grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Feb 25, 2017
1 parent 1aeff45 commit d200a9c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Tale

> Tale的英文含义为故事,我相信每个坚持写Blog的人都是有故事的;中文你叫它 *塌了* 也无所谓。
> Tale的英文含义为**故事**,我相信每个坚持写Blog的人都是有故事的;中文你叫它 ***塌了*** 也无所谓🤣。

`Tale` 使用了轻量级mvc框架 [Blade](https://github.com/biezhi/blade) 开发,默认主题使用了漂亮的 [pinghsu](https://github.com/chakhsu/pinghsu),如果觉得这个项目不错,请为它点赞支持。

`Tale` 使用了轻量级mvc框架 [Blade](https://github.com/biezhi/blade) 开发,默认主题使用了漂亮的 [pinghsu](https://github.com/chakhsu/pinghsu),如果觉得这个项目不错,请点击上方 `star` 按钮。

演示站点:https://tale.biezhi.me

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/comm/error_404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8"/>
<title>Tale 404</title>
<title>404(找不到页面)- Tale</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<link rel="shortcut icon" href="/static/admin/images/favicon.png"/>
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/templates/comm/error_500.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8"/>
<title>Tale 500</title>
<title>500(服务器出差错了)- Tale</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<link rel="shortcut icon" href="/static/admin/images/favicon.png"/>
Expand All @@ -27,7 +27,7 @@
<div class="ex-page-content text-center">
<h1>500</h1>
<h2 class="font-light">服务器出了点差错.</h2><br>
<p>可以尝试联系管理员 <a href="mailto:biezhi.me@gmail.com">[email protected]</a></p>
<p>可以尝试向社区发出求助 <a href="https://github.com/otale/tale/issues/new" target="_blank">New Issues</a></p>
<a class="btn btn-purple waves-effect waves-light" href="/"><i class="fa fa-angle-left"></i> 返回首页</a>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/themes/default/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</a>
<div class="info-text">
<p>一生有所追求.</p>
<p>Powered by <a href="https://github.com/junicorn/tale" target="_blank" rel="nofollow">Tale</a>
<p>Powered by <a href="https://github.com/otale/tale" target="_blank" rel="nofollow">Tale</a>
</p>
<p>&copy; 2017 <a href="https://github.com/biezhi">biezhi</a></p>
</div>
Expand Down

0 comments on commit d200a9c

Please sign in to comment.