summaryrefslogtreecommitdiff
path: root/docs/_templates/layout.html
blob: 49994881200693068501ea1a41893c283c704324 (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="{{ pathto('index') }}">LLVM Home</a>&nbsp;|&nbsp;</li>
  <li><a href="{{ pathto('contents') }}">Documentation</a>&raquo;</li>
{% endblock %}