diff options
author | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-26 20:33:37 +0200 |
---|---|---|
committer | Gabriel A. Giovanini <mail@gabrielgio.me> | 2024-05-26 20:33:37 +0200 |
commit | 4534dffb865eb1a50bfbc291a5c3798183081caf (patch) | |
tree | d5bd1a2d9912a6442e3be1511ffb1d99f12287b0 /templates/base.qtpl | |
parent | 349a3d1ff36a436261b1b65b870f8f262f06584f (diff) | |
download | cerrado-4534dffb865eb1a50bfbc291a5c3798183081caf.tar.gz cerrado-4534dffb865eb1a50bfbc291a5c3798183081caf.tar.bz2 cerrado-4534dffb865eb1a50bfbc291a5c3798183081caf.zip |
feat: Add actual git listing implementation
Diffstat (limited to 'templates/base.qtpl')
-rw-r--r-- | templates/base.qtpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/base.qtpl b/templates/base.qtpl index 6bef986..df6c6fc 100644 --- a/templates/base.qtpl +++ b/templates/base.qtpl @@ -25,6 +25,7 @@ Page prints a page implementing Page interface. <html lang="en"> <head> <meta charset="utf-8"> + <link rel="icon" href="data:,"> <title>cerrado | {%= p.Title() %}</title> <link rel="stylesheet" href="/static/main.css"> <meta name="viewport" content="width=device-width, initial-scale=1" /> |