just for rename

This commit is contained in:
life
2014-10-28 14:48:22 +08:00
parent af9a820cbf
commit f20565d54b
64 changed files with 7694 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{{template "blog/header.html" .}}
<div id="postsContainer">
<div id="posts">
<div class="each-post">
<div class="title">
{{msg . "aboutMe"}}
</div>
<div class="created-time">
</div>
<div class="desc">
{{.userBlog.AboutMe | raw}}
</div>
</div>
</div>
</div>
{{template "blog/footer.html" .}}