mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
7 lines
152 B
HTML
7 lines
152 B
HTML
![]() |
{% extends '!layout.html' %}
|
||
|
|
||
|
{% block extrahead %}
|
||
|
{{ super() }}
|
||
|
<link rel="canonical" href="http://xon.sh/{{pagename}}.html"/>
|
||
|
{% endblock %}
|