mirror of https://github.com/crossplane/docs.git
update for hugo codes
This commit is contained in:
parent
cc340ae743
commit
b8761df2f3
|
@ -1,40 +1,27 @@
|
|||
<div id="footer">
|
||||
<div class="footer-main">
|
||||
<div class="main">
|
||||
<div class="logo"><img src="{{ "/images/logo.svg" | relative_url }}" alt="Crossplane Logo" /></div>
|
||||
<div class="logo"><img src="{{ "/images/logo.svg" | absURL }}" alt="Crossplane Logo" /></div>
|
||||
</div>
|
||||
<div class="links sm-hidden">
|
||||
<a href="{{twitterLink}}">Twitter</a>
|
||||
<a href="{{latestDocs}}">Documentation</a>
|
||||
<a href="{{githubLink}}">GitHub</a>
|
||||
<a href="{{slackLink}}">Slack Channel</a>
|
||||
<a href="{{youtubeLink}}">YouTube</a>
|
||||
<a href="{{forumLink}}">Forum</a>
|
||||
<a href='{{ .Site.Params.twitterLink }}'>Twitter</a>
|
||||
<a href="{{ (printf "/v%s/" (string .Site.Params.latest)) | absURL }}">Documentation</a>
|
||||
<a href='{{ .Site.Params.githubLink }}'>GitHub</a>
|
||||
<a href='{{ .Site.Params.slackLink }}'>Slack Channel</a>
|
||||
<a href='{{ .Site.Params.youtubeLink }}'>YouTube</a>
|
||||
<a href='{{ .Site.Params.forumLink }}'>Forum</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="lf-copyright">
|
||||
<p>
|
||||
© Crossplane Authors {{ site.time | date: '%Y' }}. Documentation distributed under
|
||||
<a href="https://creativecommons.org/licenses/by/4.0">CC-BY-4.0</a>.
|
||||
© Crossplane Authors {{ now.Format "2006"}}. Documentation distributed under
|
||||
<a href="https://creativecommons.org/licenses/by/4.0/">CC-BY-4.0</a>.
|
||||
</p>
|
||||
<p>
|
||||
© {{ site.time | date: '%Y' }} The Linux Foundation. All rights reserved. The Linux Foundation has
|
||||
© {{ now.Format "2006"}} The Linux Foundation. All rights reserved. The Linux Foundation has
|
||||
registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our
|
||||
<a href="https://www.linuxfoundation.org/trademark-usage/">Trademark Usage</a> page.
|
||||
</p>
|
||||
</div>
|
||||
<script src="{{ "/js/slack-popup.js" | relative_url }}"></script>
|
||||
{% if page.layout == 'docs' %}
|
||||
<script src="{{ "/js/anchor.js" | relative_url }}"></script>
|
||||
<script>
|
||||
anchors.options = {
|
||||
placement: 'right',
|
||||
icon: '#',
|
||||
}
|
||||
|
||||
document.addEventListener('DOMContentLoaded', function(event) {
|
||||
anchors.add('.docs-content h1, .docs-content h2, .docs-content h3, .docs-content h4, .docs-content h5, .docs-content h6');
|
||||
});
|
||||
</script>
|
||||
{% endif %}
|
||||
<script src="{{ "/js/slack-popup.js" | absURL }}"></script>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue