mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 06:57:16 +02:00
Test with different static/template format
This commit is contained in:
parent
621efe8e40
commit
274e7d927d
5 changed files with 2 additions and 2 deletions
13
docs/source/templates/sourcelink.html
Normal file
13
docs/source/templates/sourcelink.html
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{#
|
||||
Page source link
|
||||
|
||||
#}
|
||||
{%- if show_source and has_source and sourcename %}
|
||||
<div role="note" aria-label="source link">
|
||||
<!--h3>{{ _('This Page') }}</h3-->
|
||||
<ul class="this-page-menu">
|
||||
<li><a href="{{ pathto('_sources/' + sourcename, true)|e }}"
|
||||
rel="nofollow">{{ _('Show Page Source') }}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
{%- endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue