Added blog to the title

Signed-off-by: Matt Farina <matt@mattfarina.com>
This commit is contained in:
Matt Farina 2020-11-24 13:59:31 -05:00
parent f16a5d4c84
commit 514b8b9e10
2 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,7 @@
<img class="gdoc-brand__img" src="{{ (default "brand.svg" .Root.Site.Params.GeekdocLogo) | relURL }}" alt="{{ .Root.Site.Title }}" width=20 height=20>
Artifact <span class="gdoc-brand__hub">HUB</span>
<span class="gdoc-brand__badge">BETA</span>
<span class="gdoc-brand__suffix">Blog</span>
</span>
</a>
</div>

View File

@ -110,6 +110,10 @@ code {
align-items: center;
}
.gdoc-brand__suffix {
padding-left: 0.5rem;
}
.gdoc-brand__badge-content {
position: relative;
bottom: -1px;