add vexpert badge to sidebar

This commit is contained in:
John Bowdre 2022-02-16 16:10:48 -06:00
parent b48ef20609
commit d7da8d6883

View file

@ -25,6 +25,9 @@
<div class="author_bio">
{{ markdownify $introDescription }}
</div>
<div>
<a href="https://vexpert.vmware.com/directory/9430"><img class="sidebar_badge" src="/logos/vexpert.png" alt="VMware vExpert"></a>
</div>
{{- if ( ne $s.introURL false ) }}
{{- $r := T "read_more" }}
<a href='{{ absLangURL (default "about/" $s.introURL) }}' class="button mt-1" role="button" title='{{ $r }}'>{{ $r }}</a>