diff options
author | Choom | 2023-01-16 15:08:34 -0300 |
---|---|---|
committer | Choom | 2023-01-18 04:07:48 -0300 |
commit | f703dba09eb53dee58b1b04489d903f54909d49e (patch) | |
tree | dec87279c4e1c74d9eeebbd25fceeb8fd7031cdd /cgi/templates/txt_archive.html | |
parent | 6abfc7494d0566aba5318bcfc2b4784727982a42 (diff) | |
download | weabot-f703dba09eb53dee58b1b04489d903f54909d49e.tar.gz weabot-f703dba09eb53dee58b1b04489d903f54909d49e.tar.xz weabot-f703dba09eb53dee58b1b04489d903f54909d49e.zip |
Búsqueda
Diffstat (limited to 'cgi/templates/txt_archive.html')
-rw-r--r-- | cgi/templates/txt_archive.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/txt_archive.html b/cgi/templates/txt_archive.html index a91a055..c2adcf4 100644 --- a/cgi/templates/txt_archive.html +++ b/cgi/templates/txt_archive.html @@ -14,7 +14,7 @@ <meta name="twitter:description" content="${preview}" /> <?py #endif ?> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="shortcut icon" href="#{static_url}img/favicon.ico" /> + <link rel="shortcut icon" href="/favicon.ico" /> <link rel="stylesheet" href="/static/css/txt/bbs.css" /> <?py if not force_css: ?> <link rel="stylesheet" id="css" href="#{static_url}css/txt/#{txt_styles[txt_styles_default].lower()}.css" /> |