diff options
| author | seth <[email protected]> | 2024-07-05 18:26:55 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-08-23 08:30:48 -0400 |
| commit | 67fba5edad38f8a4651a6a782c7abdc696a464ff (patch) | |
| tree | 1b2ad1572d8938a89e096955d5a46f519a16f5fb /templates/base.html | |
| parent | 9135c80ee930045c889f64269735b8319896e2f4 (diff) | |
back to lume for the 1000th time
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/base.html b/templates/base.html deleted file mode 100644 index b15d5eb..0000000 --- a/templates/base.html +++ /dev/null @@ -1,10 +0,0 @@ -<!doctype html> -<html lang="en"> - {% include "partials/head.html" %} - <body> - <h1><b>getchoo's website 🦀</b></h1> - {% include "partials/nav.html" %} - {% block content %}{% endblock content %} - {% include "partials/footer.html" %} - </body> -</html> |
