summaryrefslogtreecommitdiff
path: root/templates/template.html.j2
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-03-11 10:41:33 +0100
committeryuzu-eva <cafebabe@disroot.org>2025-03-11 10:41:33 +0100
commitbd4fc5cbad6facc4af5fde2b2814fd62eb13094f (patch)
tree2ad4cfb4a30f041b41ad3532fa85f460aeea5cb3 /templates/template.html.j2
parente2d1d421e422790b956e57e40522630221eae02c (diff)
rewrite in flask done
Diffstat (limited to 'templates/template.html.j2')
-rw-r--r--templates/template.html.j26
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>