Merge branch 'main' into google_analytics_v4

This commit is contained in:
kodiakhq[bot] 2021-06-16 19:14:30 +00:00 committed by GitHub
commit 1d43e08085
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View file

@ -110,6 +110,9 @@
alt="Author Image" alt="Author Image"
/> />
<h1 class="greeting"> {{ $author.greeting }} {{ $name }}</h1> <h1 class="greeting"> {{ $author.greeting }} {{ $name }}</h1>
{{ if $author.subtitle }}
<h2 class="greeting-subtitle">{{ $author.subtitle }}</h2>
{{ end }}
<div class="typing-carousel"> <div class="typing-carousel">
<span id="ityped" class="ityped"></span> <span id="ityped" class="ityped"></span>
<span class="ityped-cursor"></span> <span class="ityped-cursor"></span>

View file

@ -45,7 +45,7 @@
margin-bottom: 10px; margin-bottom: 10px;
} }
.home .greeting { .home .greeting, .home .greeting-subtitle {
color: #f9fafc; color: #f9fafc;
} }