Skip to content

Commit

Permalink
Rotate LFE quotes more frequently.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Dec 26, 2023
1 parent 83bf578 commit cbff8a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
(list-ref quotes (random-integer num-quotes))))
(define set-quote (lambda ()
(set-content! "#lfe-tagline" (get-quote))))
(set-timer! set-quote 60))
(set-timer! set-quote 10))
</script>
{% endblock extrascripts %}

0 comments on commit cbff8a4

Please sign in to comment.