mirror of
https://github.com/rolfiee/wiki.git
synced 2025-06-18 11:15:33 -04:00
31 lines
688 B
HTML
31 lines
688 B
HTML
---
|
|
layout: compress
|
|
---
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="{{ page.lang | default: "en-US" }}" dir="{% if site.data.rtl contains page.collection %}rtl{% else %}ltr{% endif %}">
|
|
<head>
|
|
{% include head.html %}
|
|
</head>
|
|
<body>
|
|
<div class="content">
|
|
{% include nav.html %}
|
|
|
|
<main>
|
|
<div class="container-fluid main-content">
|
|
{% include language-alert.html %}
|
|
<div class="row mt-3">
|
|
<div class="col-sm-1"></div>
|
|
<div class="col-sm-10">
|
|
{% include anchor-headings.html html=content anchorBody="<small>#</small>" anchorClass="header-anchor" %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</div>
|
|
|
|
{% include footer.html %}
|
|
|
|
{% include common-js.html %}
|
|
</body>
|
|
</html> |