mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Added an extra space to the readthedocs theme breadcrumbs (#2810)
Co-authored-by: Oleh Prypin <oleh@pryp.in>
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
<li>{{ doc.title }} »</li>
|
||||
{%- endif %}
|
||||
{%- endfor %}
|
||||
<li>{{ page.title }}</li>
|
||||
{%- endif %}
|
||||
{%- if page %}<li>{{ page.title }}</li>{%- endif %}
|
||||
<li class="wy-breadcrumbs-aside">
|
||||
{%- block repo %}
|
||||
{%- if page and page.edit_url %}
|
||||
@@ -39,4 +39,3 @@
|
||||
{%- endif %}
|
||||
<hr/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user