Remove non-functioning {{root}} template variable

This commit is contained in:
Reynir Björnsson 2023-11-17 14:37:37 +01:00
parent 16f9cd3bb4
commit 297a40ebf5

View file

@ -4,20 +4,20 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Reynir 网 - {{ title }}</title> <title>Reynir 网 - {{ title }}</title>
<link rel="stylesheet" type="text/css" href="{{root}}/css/default.css" /> <link rel="stylesheet" type="text/css" href="/css/default.css" />
<link rel="me" value="https://bsd.network/@reynir" /> <link rel="me" value="https://bsd.network/@reynir" />
{{ head_extra|safe }} {{ head_extra|safe }}
</head> </head>
<body> <body>
<header> <header>
<div id="logo"> <div id="logo">
<a href="{{root}}/">Reynir</a> <a href="/">Reynir</a>
</div> </div>
<nav> <nav>
<a href="{{root}}/">Home</a> <a href="/">Home</a>
<a href="{{root}}/about.html">About</a> <a href="/about.html">About</a>
<a href="{{root}}/contact.html">Contact</a> <a href="/contact.html">Contact</a>
<a href="{{root}}/archive.html">Blog</a> <a href="/archive.html">Blog</a>
</nav> </nav>
</header> </header>
<main> <main>