summaryrefslogtreecommitdiff
path: root/templates/template.html.j2
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-03-11 03:04:37 +0100
committeryuzu-eva <cafebabe@disroot.org>2025-03-11 03:04:37 +0100
commite2d1d421e422790b956e57e40522630221eae02c (patch)
tree5a0fe6d84a845c2d70bed1f47d17fc259df71021 /templates/template.html.j2
parent1d1383ce943cf6b1ddb32b031a9c9a10e29f98fe (diff)
got website working; final touches are needed
Diffstat (limited to 'templates/template.html.j2')
-rw-r--r--templates/template.html.j210
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/template.html.j2 b/templates/template.html.j2
index 711cbc7..183ef55 100644
--- a/templates/template.html.j2
+++ b/templates/template.html.j2
@@ -1,9 +1,9 @@
<!doctype html>
<html lang="en">
<head>
- <link rel='stylesheet' href="{{ prefix }}styles/style.css">
- <link rel="icon" type="image/png" href="{{ prefix }}images/favicon-32x32.png" sizes="32x32" />
- <link rel="icon" type="image/png" href="{{ prefix }}images/favicon-16x16.png" sizes="16x16" />
+ <link rel='stylesheet' href="static/styles/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>
<meta content="{{ title }}" property="og:title" />
@@ -37,12 +37,12 @@
<p>
<a href="https://jigsaw.w3.org/css-validator/check/referer">
<img style="border:0;width:88px;height:31px"
- src="{{ prefix }}images/vcss-blue.gif"
+ src="static/images/vcss-blue.gif"
alt="Valid CSS!" />
</a>
</p>
<a href="https://www.debian.org/">
- <img src="{{ prefix }}images/powerdebian.gif" alt="Powered By Debian">
+ <img src="static/images/powerdebian.gif" alt="Powered By Debian">
</a>
</div>
</footer>