diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-11-08 11:27:37 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-11-08 11:27:37 +0100 |
| commit | 959f915c9e545a7fe8cafce9916eea377181201e (patch) | |
| tree | c47337abfbbceee25b25443d2e57f47dd039d0d6 /themes/flog/layouts/partials/header.html | |
| parent | 5d4d6b3b12149333eeb15a5a4114c025c06dfc20 (diff) | |
| download | pragblog-959f915c9e545a7fe8cafce9916eea377181201e.tar.gz pragblog-959f915c9e545a7fe8cafce9916eea377181201e.zip | |
use webp for images, load icons offline
Diffstat (limited to 'themes/flog/layouts/partials/header.html')
| -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 fdef850..8d9c1e6 100644 --- a/themes/flog/layouts/partials/header.html +++ b/themes/flog/layouts/partials/header.html @@ -16,7 +16,7 @@ <div class="nav-wrapper"> <a href="/" class="brand-logo" style="margin-left: 1rem;">{{ .Title }}</a> <a href="#" data-activates="slide-sections" class="button-collapse"> - <i class="material-icons">menu</i> + <i><img src="/fonts/icons/ic_menu_white_36px.svg"></i> </a> <ul class="right hide-on-med-and-down"> {{ $active_section := (or .Section (or (and (not .IsPage) (lower .Title)) "")) }} |
