refactor: Use vector bull in footer
This commit is contained in:
parent
5e27500c8c
commit
f79f4a4aaa
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@
|
|||
<div class="container-fluid footer-contents">
|
||||
<div class="row justify-content-between">
|
||||
<div class="col-3 align-self-center">
|
||||
{{ $brandedbull := resources.Get "images/brandedbull.png" }}
|
||||
{{ $brandedbullsmall := $brandedbull.Resize "x95" }}
|
||||
{{ $brandedbull := resources.Get "graphics/brandedbull.svg" }}
|
||||
{{ $brandedbullsmall := $brandedbull | resources.Minify }}
|
||||
<img
|
||||
src="{{ $brandedbullsmall.RelPermalink }}"
|
||||
height="95rem"
|
||||
|
|
Loading…
Reference in a new issue