diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-02-14 22:40:09 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-02-14 22:40:09 +0100 |
| commit | 3c39d1553de92cd6cac891f2c3b186701ec60332 (patch) | |
| tree | 8d7fa72e1b70c33ed6b01b45e724338df3ea5ab7 /templates | |
| parent | 10a76a5bf0a9d051aa9432566088034c5ced714b (diff) | |
Remove unnecessary static files
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index f1967e4..e28be64 100644 --- a/templates/index.html +++ b/templates/index.html @@ -34,8 +34,5 @@ <p>There are no posts yet.</p> {{?}} </main> - <footer> - <p>Press 1, 2, and 3 to switch.</p> - </footer> </body> </html> |