draco/docs/_includes/footer.html
Lou Quillio b3378f4453 Adapt spec-related pages to Bootstrap.
* Create template for spec pages
  * Adapt syntax-table styles to Bootstrap
  * Reposition type/size annotations at col 86 (and update README.md)
  * Let Bootstrap style breadcrumb trails
  * Unrelated: abstract footer to an _include
2017-07-31 13:52:48 -07:00

7 lines
160 B
HTML

<div class="container">
<footer>
<hr>
<p>&copy; 2017 The Draco authors</p>
</footer>
</div> <!-- /container -->