mirror of
https://github.com/rancher/os.git
synced 2025-06-25 06:21:33 +00:00
33 lines
1.1 KiB
HTML
33 lines
1.1 KiB
HTML
</div>
|
|
|
|
<div class="col span-8">
|
|
<div class="content-container">
|
|
|
|
{{ content }}
|
|
|
|
<footer class="clearfix">
|
|
<div class="copyright pull-left" >Copyright © 2017 <a href="http://rancher.com">Rancher Labs</a>. All Rights Reserved.</div>
|
|
<a class="btn btn-primary pull-right" href="https://github.com/rancher/rancher.github.io/tree/master/{{page.path }}">Edit this page <i class="fa fa-pencil"></i></a>
|
|
</div>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- Start of Async HubSpot Analytics Code -->
|
|
<script type="text/javascript">
|
|
(function(d,s,i,r) {
|
|
if (d.getElementById(i)){return;}
|
|
var n=d.createElement(s),e=d.getElementsByTagName(s)[0];
|
|
n.id=i;n.src='//js.hs-analytics.net/analytics/'+(Math.ceil(new Date()/r)*r)+'/468859.js';
|
|
e.parentNode.insertBefore(n, e);
|
|
})(document,"script","hs-analytics",300000);
|
|
</script>
|
|
<!-- End of Async HubSpot Analytics Code -->
|
|
|
|
<script src="{{site.baseurl}}/vendor/jquery.js?t={{site.time}}"></script>
|
|
<script src="{{site.baseurl}}/js/jquery.slicknav.min.js?t={{site.time}}"></script>
|
|
<script src="{{site.baseurl}}/js/rancher-docs.js?t={{site.time}}"></script>
|
|
</body>
|
|
</html>
|