mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
Fixes documentation nav menu to always use correct floating.
This commit is contained in:
parent
4400acfd2b
commit
caa877dc83
@ -1,17 +1,17 @@
|
||||
<div class="docs-nav">
|
||||
<p class="docs-nav-item">
|
||||
{% if page.prev_link %}
|
||||
<p class="docs-nav-item">
|
||||
<a href="{{page.prev_link}}"><- {{ page.prev_name }}</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
</p>
|
||||
<p class="docs-nav-item">
|
||||
{% if page.top_link %}
|
||||
<p class="docs-nav-item">
|
||||
<a href="{{ page.top_link }}">{{ page.top_name }}</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
{% if page.next_link %}
|
||||
</p>
|
||||
<p class="docs-nav-item">
|
||||
{% if page.next_link %}
|
||||
<a href="{{ page.next_link }}">{{ page.next_name }} -></a>
|
||||
</p>
|
||||
{% endif %}
|
||||
</p>
|
||||
</div>
|
Loading…
x
Reference in New Issue
Block a user