diff options
Diffstat (limited to 'template.html')
-rw-r--r-- | template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.html b/template.html index 212979f..d244b70 100644 --- a/template.html +++ b/template.html @@ -4,7 +4,7 @@ <title>Startpage</title> <style type="text/css"> body { - background: black url({{ .Porn.URL }}) no-repeat center center fixed; + background: black url(/bgimg) no-repeat center center fixed; -moz-background-size: cover; -o-background-size: cover; background-size: cover; |