diff options
| author | Track3 <pengliabc@live.cn> | 2018-12-31 14:29:07 +0800 |
|---|---|---|
| committer | Track3 <pengliabc@live.cn> | 2018-12-31 14:29:07 +0800 |
| commit | 1e25d7d93ed24a671ed87da7ce6a98865a1cb3cb (patch) | |
| tree | 6a4604af4370b3b4f2ba687cb5f9593edff1683d /layouts/partials/header.html | |
| parent | fbf51b713ef499a1bcc6637861652eba3ec1073e (diff) | |
| download | hermit-1e25d7d93ed24a671ed87da7ce6a98865a1cb3cb.tar.gz | |
Minor style improvements
* Get rid of inline style for mobile menu (#22)
* Improve background image & post meta link style
Diffstat (limited to 'layouts/partials/header.html')
| -rw-r--r-- | layouts/partials/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html index d89b018..ae1a9a8 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -24,7 +24,7 @@ </div> </div> </header> - <div id="mobile-menu" class="animated fast" style="display: none;"> + <div id="mobile-menu" class="animated fast"> <ul> {{- range .Site.Menus.main }} <li><a href="{{ .URL | absLangURL }}">{{ .Name }}</a></li> |
