diff options
| author | Bradley Taunt <bt@btxx.org> | 2024-07-02 14:28:49 -0400 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2024-07-02 14:28:49 -0400 |
| commit | dc6db80fa72286704849ef61ee0e5ccb5841cb09 (patch) | |
| tree | 9235d796229d49211c27a07b9d18585d503baa94 /_layouts/default.html | |
| parent | 088c87bcb58be576308da503d4f11a68843c5013 (diff) | |
Conversion to barf for testing purposes
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/_layouts/default.html b/_layouts/default.html deleted file mode 100644 index f969a9d..0000000 --- a/_layouts/default.html +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html> -<html lang="{{ page.lang | default: site.lang | default: 'en' }}"> - - {%- include head.html -%} - - <body> - <div class="wrapper"> - {%- include header.html -%} - <main> - {{ content }} - </main> - {%- include footer.html -%} - </div> - </body> - -</html> |
