HMCL-docs/_layouts/document.html
neveler c94f68992b
All checks were successful
continuous-integration/drone/push Build is passing
Add document layout (#260)
2025-10-03 06:31:00 +08:00

15 lines
331 B
HTML

---
layout: single
---
{% if jekyll.environment == 'production' and page.hits %}
<img src="https://hits.zkitefly.eu.org/?tag={{ page.url | absolute_url | url_encode }}" alt="Hits" decoding="async">
{% endif %}
{% if page.note %}
<p class="notice--info">{{ page.note | escape_once }}</p>
{% endif %}
{{ content }}