diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-27 13:03:56 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-08-27 13:03:56 +0200 |
| commit | 0f9a69bb83882c45d67b901bf9d897d7fd35eb2f (patch) | |
| tree | c47e10e85663893f931d1a6d8476de35369764f0 /themes/flog/layouts/partials/header.html | |
| parent | 66725af0f80fd8fbff29d553c6f20054409ab0c0 (diff) | |
| download | pragblog-0f9a69bb83882c45d67b901bf9d897d7fd35eb2f.tar.gz pragblog-0f9a69bb83882c45d67b901bf9d897d7fd35eb2f.zip | |
rework images and background
Diffstat (limited to 'themes/flog/layouts/partials/header.html')
| -rw-r--r-- | themes/flog/layouts/partials/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/flog/layouts/partials/header.html b/themes/flog/layouts/partials/header.html index a65b772..8933c5c 100644 --- a/themes/flog/layouts/partials/header.html +++ b/themes/flog/layouts/partials/header.html @@ -9,7 +9,7 @@ <link rel="alternate" href="/index.xml" type="application/rss+xml" title="{{ .Site.Title }}"> <title>{{ .Title }}{{ if not .IsHome }} - {{ .Site.Title }}{{ end }}</title> </head> - <body style="background: url(/background.jpg);" data-speed="5"> + <body style="background: url(/background.jpg); background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover;"> <div id="main"> <header> <nav class="teal lighten-2"> |
