diff options
| author | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-21 17:16:24 +0800 |
|---|---|---|
| committer | Sadeep Madurange <sadeep@asciimx.com> | 2026-04-21 17:16:24 +0800 |
| commit | df9bc9288b9aec590d39beb43eed0f7c2d577915 (patch) | |
| tree | eb6e683c3ccaf5b553fa3cf906858b3039d2da2e /_layouts/default.html | |
| parent | 5abe8138425d6b083e66bbf5299537f1cc851b6a (diff) | |
| download | www-df9bc9288b9aec590d39beb43eed0f7c2d577915.tar.gz | |
Minimalist theme.
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 835db63..628b523 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,15 +1,13 @@ <!doctype html> <html lang="en-us"> - {% include header.html %} + {% include head.html %} <body> {% include nav.html %} - <main class="container" id="main">{{ content }}</main> - - {% include foot.html %} + <article>{{ content }}</article> </body> </html> |
