Files
LinuxMirrors/docs/theme/partials/content.html
Super Manito 802b9383a6 更新文档
2025-09-22 12:33:17 +08:00

17 lines
380 B
HTML

{% include "partials/tags.html" %}
{% include "partials/actions.html" %}
{% if "\u003ch1" 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>