It's wednesday my dudes

This commit is contained in:
2019-04-10 20:33:14 +02:00
parent d12fae8009
commit c979a7da02
6 changed files with 32 additions and 12 deletions

View File

@@ -1,3 +1,3 @@
{{define "bgpattern"}}
<style>body, .checkers{background-image: url("/res/img/checker{{bgPatternCount}}.png");}</style>
{{end}}
<style>body, .checkers{background-image: url("/res/img/{{bgPattern}}");}</style>
{{end}}