diff options
| author | surya <surya@urbanecologycollective.org> | 2026-04-18 16:16:12 -0400 |
|---|---|---|
| committer | surya <surya@urbanecologycollective.org> | 2026-04-18 16:16:12 -0400 |
| commit | 17aa4ee4bd56fceb1f0df22125a72f3b9a5a5ffd (patch) | |
| tree | 286446a7e3f0ea0190af8837e6dea426d43d8e3d /public/posts/index.html | |
| parent | f5f68ab9cc9821dfbe938f94f2dea7cf41c5941d (diff) | |
fix
Diffstat (limited to 'public/posts/index.html')
| -rw-r--r-- | public/posts/index.html | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/public/posts/index.html b/public/posts/index.html deleted file mode 100644 index 2c2d5f8..0000000 --- a/public/posts/index.html +++ /dev/null @@ -1,43 +0,0 @@ -<html> - <head> - <title>Zola</title> - </head> - <body> - <div class="container"> - <h1>Welcome to Zola!</h1> - <p> - You're seeing this page because we couldn't find a template to render. - </p> - <p> - To modify this page, create a <b>section.html</b> file in the templates directory or - <a href="https://www.getzola.org/documentation/themes/installing-and-using-themes/" target="_blank">install a theme</a>. - <br> - You can find what variables are available in this template in the <a href="https://www.getzola.org/documentation/templates/pages-sections/#section-variables" target="_blank">documentation</a>. - </p> - </div> - <footer> - <a href="https://www.getzola.org/documentation/getting-started/cli-usage/" target="_blank">Get started with Zola</a> - </footer> - <style> - html { - line-height: 1.5; - } - h1 { - margin-bottom: 2rem; - } - .container { - font-family: "sans-serif"; - text-align: center; - margin-top: 20vh; - padding: 2rem; - background: #e9e9e9; - } - footer { - position: fixed; - width: 100%; - bottom: 1rem; - text-align: center; - } - </style> - </body> -</html> |
