@__("blog.index.category")
    @{ cateData.forEach(function(cate) { var link = cate.Link ? cate.Link : ("/blog" + (cate.Alias ? "/" + (cate.Alias) : ""));
  • @cate.CateName
  • }); }
@__("blog.index.date") @__("blog.index.title")
  • @__("blog.index.full")
  • @__("blog.index.title")
  • @__("blog.index.tag")
  • @__("blog.index.date")
    @__("blog.index.reach_end")
      @this.renderPartial('./footer')

      @__("blog.index.full_mode")
      @this.renderPartial('./top')