diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-11-17 10:18:18 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-11-17 10:18:18 +0100 |
| commit | fa384958cb768c0e1fd29c17d2f4d388d02c985b (patch) | |
| tree | d0df8302fcacc878918330d64022000e19b86a0b | |
| parent | e00f7fc8a866e75b5b29acc7efb185b79c81f342 (diff) | |
| download | pragblog-fa384958cb768c0e1fd29c17d2f4d388d02c985b.tar.gz pragblog-fa384958cb768c0e1fd29c17d2f4d388d02c985b.zip | |
| -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 0c71c2e..198e890 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-image: url(/images/min/skyline.jpg); background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover;"> + <body style="background-image: url(/images/skyline.jpg); background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover;"> <div id="main"> <header class="navbar-fixed"> <nav class="black"> |
