default theme clean & replace install data

This commit is contained in:
life
2015-01-10 20:51:50 +08:00
parent d5dabecb81
commit ac99e20aa4
69 changed files with 6 additions and 5767 deletions

View File

@ -58,10 +58,10 @@
<div class="pre-next-post">
<p>
Pre: {{if $.prePost}}<a href="{{$.postUrl}}/{{$.prePost.UrlTitle}}">{{$.prePost.Title}}</a>{{else}}{{end}}
Pre: {{if $.prePost}}<a href="{{$.postUrl}}/{{$.prePost.UrlTitle}}">{{$.prePost.Title}}</a>{{else}}No Post{{end}}
</p>
<p>
Next: {{if $.nextPost}}<a href="{{$.postUrl}}/{{$.nextPost.UrlTitle}}">{{$.nextPost.Title}}</a>{{else}}{{end}}
Next: {{if $.nextPost}}<a href="{{$.postUrl}}/{{$.nextPost.UrlTitle}}">{{$.nextPost.Title}}</a>{{else}}No Post{{end}}
</p>
</div>