Changeset View
Changeset View
Standalone View
Standalone View
flang/docs/_templates/layout.html
- This file was added.
{% 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 %} | |||||
<! TODO: Change the webpage > | |||||
<li><a href="https://flang.llvm.org">Flang Home</a> | </li> | |||||
<li><a href="{{ pathto('index') }}">Documentation</a>»</li> | |||||
{% endblock %} |