Make home button use customizable image

This commit is contained in:
Joseph Hutchinson
2018-05-14 16:32:46 -04:00
parent 7468f7c8ff
commit 7742ea0cfe
3 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
<a ontouchstart="cardPressed.call(this)" ontouchend="cardReleased.call(this)" ontouchmove="cardReleased.call(this)"
href="/" class="card home-card" rel="bookmark" >
href="/" class="card home-card" style="background-image: url({{ .Site.Params.homeimg }})" rel="bookmark" >
Home
</a>

View File

@@ -1,5 +1,5 @@
<nav class="nav-bar side-padding">
<h1 class="nav-header"><a href="/" class="nav-text">{{ $.Site.Params.navtitle }}</a></h1>
<h1 class="nav-header"><a href="/" class="nav-text">{{ $.Site.Title }}</a></h1>
<div class="hamburger-menu">
<input type="checkbox" onclick="hamburgerMenuPressed()"/>
<span></span>