mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 15:11:31 +00:00
[docs] guide: document current Looking Glass features
This commit is contained in:
3
doc/templates/breadcrumbs.html
vendored
Normal file
3
doc/templates/breadcrumbs.html
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{% extends "!breadcrumbs.html" %}
|
||||
|
||||
{% block breadcrumbs_aside %}{% endblock %}
|
||||
20
doc/templates/footer.html
vendored
Normal file
20
doc/templates/footer.html
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{% extends "!footer.html" %}
|
||||
|
||||
{% block extrafooter %}
|
||||
{{ super() }}
|
||||
{%- if hasdoc(pagename) and show_source %}
|
||||
{%- if source_url_prefix %}
|
||||
<p>
|
||||
<a href="{{ source_url_prefix }}{{ pagename }}{{ page_source_suffix }}">
|
||||
{{ _('View page source') }}
|
||||
</a>
|
||||
</p>
|
||||
{%- elif has_source and sourcename %}
|
||||
<p>
|
||||
<a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow">
|
||||
{{ _('View page source') }}
|
||||
</a>
|
||||
</p>
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user