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="container-fluid footer-contents">
|
||||||
<div class="row justify-content-between">
|
<div class="row justify-content-between">
|
||||||
<div class="col-3 align-self-center">
|
<div class="col-3 align-self-center">
|
||||||
{{ $brandedbull := resources.Get "images/brandedbull.png" }}
|
{{ $brandedbull := resources.Get "graphics/brandedbull.svg" }}
|
||||||
{{ $brandedbullsmall := $brandedbull.Resize "x95" }}
|
{{ $brandedbullsmall := $brandedbull | resources.Minify }}
|
||||||
<img
|
<img
|
||||||
src="{{ $brandedbullsmall.RelPermalink }}"
|
src="{{ $brandedbullsmall.RelPermalink }}"
|
||||||
height="95rem"
|
height="95rem"
|
||||||
|
|
Loading…
Reference in a new issue