mirror of https://github.com/grpc/grpc.io.git
Make CNCF shortcode a bit more generic (#751)
... to facilitate reuse. This change will also do the right thing if/when grpc.io goes [multilingual](https://gohugo.io/content-management/multilingual/). Generated site files are not changed by this PR.
This commit is contained in:
parent
63dab091b4
commit
d48a37c28f
|
|
@ -1,5 +1,5 @@
|
||||||
<section class="home--top-section">
|
<section class="home--top-section">
|
||||||
<h4>gRPC is a <a href="https://cncf.io">CNCF</a> incubation project</h4>
|
<h4>{{ .Site.Title }} is a <a href="https://cncf.io">CNCF</a> incubation project</h4>
|
||||||
|
|
||||||
<img class="cncf-logo"
|
<img class="cncf-logo"
|
||||||
src="/img/logos/cncf-horizontal-color.png" alt="Cloud Native Computing Foundation logo" />
|
src="/img/logos/cncf-horizontal-color.png" alt="Cloud Native Computing Foundation logo" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue