add an optionnal greeting subtitle
This commit is contained in:
parent
e9917f71bc
commit
4aaa412603
2 changed files with 4 additions and 1 deletions
|
@ -110,6 +110,9 @@
|
|||
alt="Author Image"
|
||||
/>
|
||||
<h1 class="greeting"> {{ $author.greeting }} {{ $name }}</h1>
|
||||
{{ if $author.subtitle }}
|
||||
<h2 class="greeting-subtitle">{{ $author.subtitle }}</h2>
|
||||
{{ end }}
|
||||
<div class="typing-carousel">
|
||||
<span id="ityped" class="ityped"></span>
|
||||
<span class="ityped-cursor"></span>
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.home .greeting {
|
||||
.home .greeting, .home .greeting-subtitle {
|
||||
color: #f9fafc;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue