mirror of
https://gitee.com/SuperManito/LinuxMirrors
synced 2025-11-25 19:00:24 +08:00
17 lines
378 B
HTML
17 lines
378 B
HTML
|
|
{% include "partials/tags.html" %}
|
||
|
|
|
||
|
|
{% include "partials/actions.html" %}
|
||
|
|
|
||
|
|
{% if "\x3ch1" not in page.content %}
|
||
|
|
<h1>{{ page.title | d(config.site_name, true)}}</h1>
|
||
|
|
{% endif %}
|
||
|
|
|
||
|
|
{{ page.content }}
|
||
|
|
|
||
|
|
{% include "partials/source-file.html" %}
|
||
|
|
|
||
|
|
{% include "partials/feedback.html" %}
|
||
|
|
|
||
|
|
{% include "partials/comments.html" %}
|
||
|
|
|
||
|
|
<orama-search-box class="orama-ui"></orama-search-box>
|