Disable progress bar in Stork.

This commit is contained in:
Danila Fedorin 2020-12-28 22:44:34 -08:00
parent 8164624cee
commit 0467e4e12f
1 changed files with 1 additions and 1 deletions

View File

@ -16,5 +16,5 @@ Recent posts:
</ul>
<script src="https://files.stork-search.net/stork.js"></script>
<script>stork.register("blog", "/index.st");</script>
<script>stork.register("blog", "/index.st", {"showProgress" : false});</script>
{{ end }}