Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keichi/vienna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeichi Takahashi <keichi.t@me.com>2015-02-03 18:14:48 +0300
committerKeichi Takahashi <keichi.t@me.com>2015-02-03 18:14:48 +0300
commit052e93c7528ac8cc338c1a954ca2f8d9564656a5 (patch)
treeb7520c876b2c3bda1e4c375a2228f1a87263b1f7 /layouts
parenta79c1b818319b1336e773899213944e3dec785c3 (diff)
New header image style
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 035fae6..ea70a9c 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -34,7 +34,7 @@
</head>
<body>
<header class="global-header">
- <img class="header-img" src="{{ .Site.BaseUrl }}/images/bg.jpg" alt="">
+ <div class="header-img"></div>
<section class="header-text">
<h1><a href="{{ .Site.BaseUrl }}">{{ .Site.Title }}</a></h1>
{{ if isset .Site.Params "bio" }}