diff options
Diffstat (limited to 'templates/template.html.j2')
| -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> |
