aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/_templates/layout.html
blob: 45051a66fb39085975a6064335f79cc5ef1c6d27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "!layout.html" %}

{% block extrahead %}
<style type="text/css">
  table.right { float: right; margin-left: 20px; }
  table.right td { border: 1px solid #ccc; }
</style>
{% endblock %}

{% block rootrellink %}
  <li><a href="https://llvm.org/">LLVM Home</a>&nbsp;|&nbsp;</li>
  <li><a href="{{ pathto('index') }}">Documentation</a>&raquo;</li>
{% endblock %}