Skip to content

Commit

Permalink
Update footer.html (#329)
Browse files Browse the repository at this point in the history
Capitalizing the H in GitHub.
  • Loading branch information
Nigel Brown authored Nov 10, 2021
1 parent 802efb2 commit 8aa1250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/themes/template/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="top-links">
<ul class="left-links">
<li><a href="{{ .Site.Params.twitter_url }}"><img src="/img/twitter.png" alt="Twitter logo" />Twitter</a></li>
<li><a href="{{ .Site.Params.github_url }}"><img src="/img/github.svg" alt="Github logo" />Github</a></li>
<li><a href="{{ .Site.Params.github_url }}"><img src="/img/github.svg" alt="GitHub logo" />GitHub</a></li>
<!--<li><a href="{{ .Site.Params.slack_url }}"><img src="/img/slack.png" alt="Slack logo" /><span class="desktop">#Slack</span><span class="mobile">Slack</span></a></li>-->
</ul>
<div class="right-links">
Expand All @@ -14,4 +14,4 @@
<p class="copywrite">&copy; {{ now.Year }} Cartographer Authors. <a href="http://github.com/vmware-tanzu/">A VMware-backed project. <img src="/img/vmware-logo.svg" alt="VMware logo" /></a></p>
</div>
</div>
</footer>
</footer>

0 comments on commit 8aa1250

Please sign in to comment.