Add local logos (#585)

* Add local logos

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Fix Hugo version name in Netlify config

Signed-off-by: lucperkins <lucperkins@gmail.com>

* Fix URL for CNCF logo

Signed-off-by: lucperkins <lucperkins@gmail.com>
This commit is contained in:
Luc Perkins
2019-04-26 17:11:31 -07:00
committed by Brian Goff
parent d809dff289
commit aebc81ec1c
12 changed files with 20 additions and 18 deletions

View File

@@ -1,7 +1,8 @@
{{ $year := now.Year}}
{{ $year := now.Year }}
{{ $logo := site.Params.logos.footer | relURL }}
<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">
<img class="is-footer-logo" src="{{ $logo }}">
<br /><br />