diff options
| author | Rusty Wagner <rusty@vector35.com> | 2018-08-28 17:19:32 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2018-08-28 17:19:32 -0400 |
| commit | 20e06506a3d96c7327ca5d729ab01e8c2a7cff3c (patch) | |
| tree | 65880063ccbdcb45cc247a0138915d8560d2ec27 /mkdocs-material/src/footer.html | |
| parent | 5841af2db8e8dcf4e0da0c438ac040c5fa90038b (diff) | |
| parent | 426bb3d8b47b93658bf969c429a8b98adae13c30 (diff) | |
Merge branch 'dev' into test_stack_adjust
Diffstat (limited to 'mkdocs-material/src/footer.html')
| -rw-r--r-- | mkdocs-material/src/footer.html | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/mkdocs-material/src/footer.html b/mkdocs-material/src/footer.html deleted file mode 100644 index 01251554..00000000 --- a/mkdocs-material/src/footer.html +++ /dev/null @@ -1,48 +0,0 @@ -<!-- Previous and next page --> -{% if include_next_prev %} - <nav class="pagination" aria-label="Footer"> - - <!-- Previous page --> - <div class="previous"> - {% if previous_page %} - <a href="{{ previous_page.url }}" title="{{ previous_page.title }}"> - <span class="direction"> - {{ config.extra.get("i18n", {}).prev | default("Previous") }} - </span> - <div class="page"> - <div class="button button-previous" - role="button" aria-label="Previous"> - <i class="icon icon-back"></i> - </div> - <div class="stretch"> - <div class="title"> - {{ previous_page.title }} - </div> - </div> - </div> - </a> - {% endif %} - </div> - - <!-- Next page --> - <div class="next"> - {% if next_page %} - <a href="{{ next_page.url }}" title="{{ next_page.title }}"> - <span class="direction"> - {{ config.extra.get("i18n", {}).next | default("Next") }} - </span> - <div class="page"> - <div class="stretch"> - <div class="title"> - {{ next_page.title }} - </div> - </div> - <div class="button button-next" role="button" aria-label="Next"> - <i class="icon icon-forward"></i> - </div> - </div> - </a> - {% endif %} - </div> - </nav> -{% endif %}
\ No newline at end of file |
