Add required footer links and update .gitignore

Signed-off-by: Jonas Rosland <jrosland@vmware.com>
pull/6270/head
Jonas Rosland 2023-05-15 09:33:08 -04:00
parent 384091f5e6
commit 56fecc2b29
2 changed files with 7 additions and 1 deletions

1
.gitignore vendored
View File

@ -38,6 +38,7 @@ _testmain.go
# Hugo compiled data
site/public
site/resources
site/.hugo_build.lock
.vs

View File

@ -43,7 +43,12 @@
&copy; {{ 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>