mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 08:55:01 +01:00
switch templating to tera
This commit is contained in:
parent
2d2c820510
commit
fa7baa71cc
8 changed files with 603 additions and 151 deletions
|
|
@ -131,7 +131,7 @@
|
|||
if (ev.keyCode === B) {
|
||||
isBKeyDown = true;
|
||||
blog.classList.add("blog-back-alley");
|
||||
blog.href = "/back-alley.html";
|
||||
blog.href = "/" + "{{ back_alley_name }}";
|
||||
blog.children[0].innerText = "blog?";
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue