13 lines
438 B
HTML
13 lines
438 B
HTML
{{ $year := now.Year}}
|
|
<footer class="footer has-background-black">
|
|
<div class="has-text-centered">
|
|
<img class="is-footer-logo" src="https://raw.githubusercontent.com/cncf/artwork/master/virtualkubelet/icon/white/virtualkubelet-icon-white.png">
|
|
|
|
<br /><br />
|
|
|
|
<p class="is-size-5 is-size-6-mobile has-text-grey-lighter has-text-weight-light">
|
|
© {{ $year }} The Virtual Kubelet authors
|
|
</p>
|
|
</div>
|
|
</footer>
|