diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-12 17:34:50 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-06-12 17:34:50 +0200 |
| commit | 8bc1574a86a170e6414ceefd274ac9dc8912d77b (patch) | |
| tree | 63234ccd0bf9f85efe91a8a72a238e767c6ffb2f /layouts/partials/header.html | |
| parent | f5ab8489ca11a83a55cc424d8b442147466d8373 (diff) | |
| download | blog-8bc1574a86a170e6414ceefd274ac9dc8912d77b.tar.gz blog-8bc1574a86a170e6414ceefd274ac9dc8912d77b.zip | |
use barba.js for a faster UX
Diffstat (limited to 'layouts/partials/header.html')
| -rw-r--r-- | layouts/partials/header.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index a8de2b1..6d7f72b 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -10,7 +10,6 @@ <title>{{ .Title }}{{ if not .IsHome }} - {{ .Site.Title }}{{ end }}</title> </head> <body> - <div class="container"> <header role="banner"> <div class="header-logo"> @@ -27,3 +26,5 @@ {{ end }} </div> </div> + <div id="barba-wrapper"> + <div class="barba-container"> |
