github.com/swiftstack/ProxyFS@v0.0.0-20210203235616-4017c267d62f/docs/source/theme/swiftopensource/titlerow.html (about) 1 <div class="row"> 2 <div class="col-lg-8"> 3 <h2>{{ title }}</h2> 4 </div> 5 <div class="docs-actions"> 6 {% if prev %} 7 <a href="{{ prev.link|e }}"><i class="fa fa-angle-double-left" data-toggle="tooltip" data-placement="top" title="Previous: {{ prev.title|striptags }}"></i></a> 8 {% endif %} 9 {% if next %} 10 <a href="{{ next.link|e }}"><i class="fa fa-angle-double-right" data-toggle="tooltip" data-placement="top" title="Next: {{ next.title|striptags }}"></i></a> 11 {% endif %} 12 {%- if bug_project %} 13 <a id="logABugLink1" href="" target="_blank" title="Found an error? Report a bug against this page"><i class="fa fa-bug" data-toggle="tooltip" data-placement="top" title="Report a Bug"></i></a> 14 {% endif %} 15 </div> 16 </div>