Logoimage (#11)

* Fixed installation commands

Removed extra line

* Added custom link capability for tabs. Fixes #4

* Refined robots.txt

* Added logoimage variant
This commit is contained in:
Michel Racic 2017-03-13 14:41:14 +01:00 committed by sethmacleod
parent 87757646a3
commit 518964d13e
2 changed files with 7 additions and 1 deletions

View file

@ -6,7 +6,12 @@
<!-- Header -->
<header id="header">
<div class="logo">
<span class="icon {{ .Site.Params.logo }}"></span>
{{ with .Site.Params.logoimage }}
<img src="{{ . }}" width="100%" style="padding: 10px 10px 10px 10px;">
{{ end }}
{{ with .Site.Params.logo }}
<span class="icon {{ . }}"></span>
{{ end }}
</div>
<div class="content">
<div class="inner">