fix(logos): svg class collision + svg RE match
This commit is contained in:
parent
eff04fd913
commit
a1faaf3321
3 changed files with 6 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<header class="site-header">
|
||||
<div class="site-header__content page-container">
|
||||
<a class="site-header__title" href="/">
|
||||
{{ partial "helpers/svg" (dict "path" "logo_horizontal_white_transparent" "class" "site-header__logo") }}
|
||||
{{ partial "helpers/svg" (dict "path" "all_logos/horizontal_white_transparent" "class" "site-header__logo") }}
|
||||
<!-- {{ $image := resources.Get "images/all_logos/horizontal_white_transparent.svg" }} -->
|
||||
<!-- <img class="site-header__logo" -->
|
||||
<!-- src="{{ $image.RelPermalink }}" /> -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue