summaryrefslogtreecommitdiff
path: root/template.html
diff options
context:
space:
mode:
authorKevin Chabowski <kevin@kch42.de>2014-05-01 14:28:28 +0200
committerKevin Chabowski <kevin@kch42.de>2014-05-01 14:33:15 +0200
commita1b3afb58145cfcda6b206bcbab833fafbc7c55d (patch)
treef68aa82ba5890c7c9c52602276540db566dfb177 /template.html
parent901d29509eb759426671ca2766c98c657eb46cd6 (diff)
downloadstartpage-a1b3afb58145cfcda6b206bcbab833fafbc7c55d.tar.gz
startpage-a1b3afb58145cfcda6b206bcbab833fafbc7c55d.tar.bz2
startpage-a1b3afb58145cfcda6b206bcbab833fafbc7c55d.zip
Image is now stored in memory (speedup).
Diffstat (limited to 'template.html')
-rw-r--r--template.html2
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;