Do the header gradient one letter at a time for browsers that don't support background-clip: text

This commit is contained in:
Eryn Wells 2023-08-20 09:58:26 -07:00
parent 61047d1c26
commit 013d707f50
2 changed files with 14 additions and 14 deletions

View file

@ -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" . }}