Merge pull request #64 from JPYamamoto/master

Cursor color customization
This commit is contained in:
Djordje Atlialp 2019-10-17 10:42:49 +02:00 committed by GitHub
commit 4492a5c0bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -5,7 +5,7 @@
{{ else }}
<span class="logo__mark">></span>
<span class="logo__text">{{ with .Site.Params.Logo.logoText }}{{ . }}{{ else }}hello{{ end }}</span>
<span class="logo__cursor"></span>
<span class="logo__cursor" style="{{ with .Site.Params.Logo.logoColor }}background-color:{{ . }}{{ end }}"></span>
{{ end }}
</div>
</a>