home-old/_layouts/about.html

18 lines
270 B
HTML

<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{%- include about-head.html -%}
<body>
{%- include header.html -%}
<div id="about">
{{ content }}
</div>
{%- include footer.html -%}
</body>
</html>