Do the header gradient one letter at a time for browsers that don't support background-clip: text
This commit is contained in:
parent
61047d1c26
commit
013d707f50
2 changed files with 14 additions and 14 deletions
|
@ -2,7 +2,7 @@
|
|||
{{- $url := .RelPermalink -}}
|
||||
<header class="site">
|
||||
<div class="platter grid">
|
||||
<h1 class="site">
|
||||
<h1 class="site gradient">
|
||||
<a class="site-name" href="{{ `` | absURL }}">{{ partial "site_name.html" site.Params.shortTitle }}</a>
|
||||
</h1>
|
||||
{{ partial "site_nav.html" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue