diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-10-15 14:29:26 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-10-15 14:29:26 +0200 |
| commit | 97b3d56600b6e920d077a69d20cca7a5cc189098 (patch) | |
| tree | 16056fe0ac8764ead777db1912b77415b6e4a2b1 /themes/flog/layouts/partials/header.html | |
| parent | 629d5ca2daea56f7c4c47b6d37b28453629a7e3e (diff) | |
| download | pragblog-97b3d56600b6e920d077a69d20cca7a5cc189098.tar.gz pragblog-97b3d56600b6e920d077a69d20cca7a5cc189098.zip | |
redesign for content
Diffstat (limited to 'themes/flog/layouts/partials/header.html')
| -rw-r--r-- | themes/flog/layouts/partials/header.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/themes/flog/layouts/partials/header.html b/themes/flog/layouts/partials/header.html index 98fe637..07fdd3d 100644 --- a/themes/flog/layouts/partials/header.html +++ b/themes/flog/layouts/partials/header.html @@ -9,10 +9,11 @@ <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); background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover;"> + <body style="background: url(/images/skyline.jpg); background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover;"> + <body> <div id="main"> <header class="navbar-fixed"> - <nav class="teal lighten-2"> + <nav class="black"> <div class="nav-wrapper"> <a href="/" class="brand-logo" style="margin-left: 1rem;">{{ .Title }}</a> <a href="#" data-activates="slide-sections" class="button-collapse"> |
