Skip to content

Commit

Permalink
b3log#151
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Oct 30, 2018
1 parent ea12311 commit 8f9d1d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions theme/x/9IPHP/categories.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{template "head/3rdstatistic" .}}
</head>
<body id="pjax">
{{if .pjax}}<!---- pjax {#pjax} start ---->{{end}}
{{if .pjax}}{{noescape "<!---- pjax {#pjax} start ---->"}}{{end}}
{{template "9IPHP/header" .}}
<div class="main wrapper fn-clear">
<div class="content page">
Expand Down Expand Up @@ -40,7 +40,7 @@ <h1 class="page__title">
<script>
increase({{len .Categories}}, 1000, 'categoriesCount', 0)
</script>
{{if .pjax}}<!---- pjax {#pjax} end ---->{{end}}
{{if .pjax}}{{noescape "<!---- pjax {#pjax} end ---->"}}{{end}}
</body>
</html>
{{end}}
4 changes: 2 additions & 2 deletions theme/x/9IPHP/tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{template "head/3rdstatistic" .}}
</head>
<body id="pjax">
{{if .pjax}}<!---- pjax {#pjax} start ---->{{end}}
{{if .pjax}}{{noescape "<!---- pjax {#pjax} start ---->"}}{{end}}
{{template "9IPHP/header" .}}
<div class="main wrapper fn-clear">
<div class="content page">
Expand All @@ -26,7 +26,7 @@ <h1 class="page__title">
increase({{len .Tags}}, 1000, 'tagArticleCount', 0)
addLevelToTag()
</script>
{{if .pjax}}<!---- pjax {#pjax} end ---->{{end}}
{{if .pjax}}{{noescape "<!---- pjax {#pjax} end ---->"}}{{end}}
</body>
</html>
{{end}}

0 comments on commit 8f9d1d1

Please sign in to comment.