You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<footer>
|
|
|
|
{% if next or prev %}
|
|
|
|
<div class="rst-footer-buttons">
|
|
|
|
{% if next %}
|
|
|
|
<a href="{{ next.link|e }}" class="btn btn-neutral float-right" title="{{ next.title|striptags|e }}"/>Next <span class="icon icon-circle-arrow-right"></span></a>
|
|
|
|
{% endif %}
|
|
|
|
{% if prev %}
|
|
|
|
<a href="{{ prev.link|e }}" class="btn btn-neutral" title="{{ prev.title|striptags|e }}"><span class="icon icon-circle-arrow-left"></span> Previous</a>
|
|
|
|
{% endif %}
|
|
|
|
</div>
|
|
|
|
{% endif %}
|
|
|
|
|
|
|
|
<hr/>
|
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
(function(w,d,t,u,n,s,e){w['SwiftypeObject']=n;w[n]=w[n]||function(){
|
|
|
|
(w[n].q=w[n].q||[]).push(arguments);};s=d.createElement(t);
|
|
|
|
e=d.getElementsByTagName(t)[0];s.async=1;s.src=u;e.parentNode.insertBefore(s,e);
|
|
|
|
})(window,document,'script','//s.swiftypecdn.com/install/v2/st.js','_st');
|
|
|
|
|
|
|
|
_st('install','yABGvz2N8PwcwBxyfzUc','2.0.0');
|
|
|
|
</script>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
{%- if last_updated %}{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}<br/>{% endif %}
|
|
|
|
Copyright © 2019 Red Hat, Inc. <br/>
|
|
|
|
</p>
|
|
|
|
</footer>
|