Add required footer links and update .gitignore
Signed-off-by: Jonas Rosland <jrosland@vmware.com>pull/6270/head
parent
384091f5e6
commit
56fecc2b29
|
@ -38,6 +38,7 @@ _testmain.go
|
|||
# Hugo compiled data
|
||||
site/public
|
||||
site/resources
|
||||
site/.hugo_build.lock
|
||||
|
||||
.vs
|
||||
|
||||
|
|
|
@ -43,7 +43,12 @@
|
|||
© {{ now.Format "2006" }} {{ .Site.Params.Author }}.
|
||||
<a href="{{ .Site.Params.footer.vm_link }}" class="vm-logo">A VMware-backed project. <img
|
||||
src="/img/{{ .Site.Params.vm_logo }}" alt="VMware logo"/></a>
|
||||
<br/>This Website Does Not Use Cookies or Other Tracking Technology
|
||||
<br/>This Website Does Not Use Cookies or Other Tracking Technology<br/><br/>
|
||||
<span>
|
||||
<a target="_blank" rel="noopener" href='https://www.vmware.com/help/legal.html'>Terms of Use</a> |
|
||||
<a target="_blank" rel="noopener" href='https://www.vmware.com/help/privacy.html'>Privacy Policy</a> |
|
||||
<a target="_blank" rel="noopener" href='https://www.vmware.com/help/privacy/california-privacy-rights.html'>Your California Privacy Rights</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue