wiki/_layouts/default.html
Pk11 163e81a3c7 Initial site
TWiLight wiki + NightScript's DS Index in English
and a couple pages in Japanese for testing
2020-12-20 22:18:48 -06:00

29 lines
539 B
HTML

---
layout: compress
---
<!DOCTYPE html>
<html lang="{{ page.lang | default: "en-US" }}">
{% include head.html%}
<body>
<div class="content">
{% include nav.html %}
<main>
<div class="container-fluid">
<div class="row pt-5">
<div class="col-sm-2"></div>
<div class="col-sm-8">
{% 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>