Comment out most visited/download
It doesn't work and we don't display them in the front page since a while.
This commit is contained in:
parent
d48fffff6c
commit
c770a4d202
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<!--
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<h4>Most visited books:</h4>
|
<h4>Most visited books:</h4>
|
||||||
</div>
|
</div>
|
||||||
|
@ -70,6 +71,7 @@
|
||||||
{{end}}
|
{{end}}
|
||||||
{{end}}
|
{{end}}
|
||||||
</ul>
|
</ul>
|
||||||
|
-->
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<p class="centered">{{range .Tags}}<a class="label" href="/search/?q=tag:{{.}}">{{.}}</a> {{end}}</p>
|
<p class="centered">{{range .Tags}}<a class="label" href="/search/?q=tag:{{.}}">{{.}}</a> {{end}}</p>
|
||||||
|
|
Reference in a new issue