Skip to content

Commit

Permalink
Moved logo inside home link
Browse files Browse the repository at this point in the history
Resolves sigstore#275

Signed-off-by: Patrick Smyth <[email protected]>
  • Loading branch information
smythp committed Nov 23, 2023
1 parent a107eef commit d433005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/header/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<header class="navbar navbar-expand-lg navbar-light doks-navbar">
<nav class="container-{{ if .Site.Params.options.fullWidth }}fluid{{ else }}xxl{{ end }} flex-wrap flex-lg-nowrap" aria-label="Primary">


<a class="navbar-brand order-0" href="{{ .Site.BaseURL | relLangURL }}" aria-label="{{ .Site.Params.Title }} Home">
<img alt="Sigstore logo" class="nav-image" src="{{ .Site.BaseURL }}/sigstore-logo.png" style="margin-right: 0.25em;height: 2em;">
<a class="navbar-brand order-0" href="{{ .Site.BaseURL | relLangURL }}" aria-label="{{ .Site.Params.Title }}">
{{ .Site.Params.Title }}
</a>

{{ if (in .Site.Params.sections.sectionNav .Section) -}}
Expand Down

0 comments on commit d433005

Please sign in to comment.