diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-09-01 14:27:28 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-09-01 14:27:28 +0200 |
| commit | 7fd03117de4889b92dfc93a0275ea2d1864bcffc (patch) | |
| tree | d8a95d64db6e287ace52df71558d26dbdb67e2e5 | |
| parent | 95d53d84016df0aae4b7da6ebff34574cb13aa56 (diff) | |
| download | pragblog-7fd03117de4889b92dfc93a0275ea2d1864bcffc.tar.gz pragblog-7fd03117de4889b92dfc93a0275ea2d1864bcffc.zip | |
fix navbar on top
| -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 8933c5c..b519f06 100644 --- a/themes/flog/layouts/partials/header.html +++ b/themes/flog/layouts/partials/header.html @@ -11,7 +11,7 @@ </head> <body style="background: url(/background.jpg); background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover;"> <div id="main"> - <header> + <header class="navbar-fixed"> <nav class="teal lighten-2"> <div class="nav-wrapper"> <a href="/" class="brand-logo">{{ .Title }}</a> |
