diff options
| author | yuzu-eva <cafebabe@disroot.org> | 2025-03-11 10:41:33 +0100 |
|---|---|---|
| committer | yuzu-eva <cafebabe@disroot.org> | 2025-03-11 10:41:33 +0100 |
| commit | bd4fc5cbad6facc4af5fde2b2814fd62eb13094f (patch) | |
| tree | 2ad4cfb4a30f041b41ad3532fa85f460aeea5cb3 /templates | |
| parent | e2d1d421e422790b956e57e40522630221eae02c (diff) | |
rewrite in flask done
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/template.html.j2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/template.html.j2 b/templates/template.html.j2 index 183ef55..8a8a9fb 100644 --- a/templates/template.html.j2 +++ b/templates/template.html.j2 @@ -1,12 +1,12 @@ <!doctype html> <html lang="en"> <head> - <link rel='stylesheet' href="static/styles/style.css"> + <link rel='stylesheet' href="static/style.css"> <link rel="icon" type="image/png" href="static/images/favicon-32x32.png" sizes="32x32" /> <link rel="icon" type="image/png" href="static/images/favicon-16x16.png" sizes="16x16" /> - <title>cafebabe.gay :: {{ title }}</title> + <title>cafebabe.gay :: {{title}}</title> - <meta content="{{ title }}" property="og:title" /> + <meta content="{{title}}" property="og:title" /> <meta content="https://cafebabe.gay" property="og:url" /> </head> <body> |
