Remove base tag and baseurl template variable

This commit is contained in:
Franciszek Stachura 2024-07-18 14:18:53 +02:00
parent 21802b3203
commit 8cf71f5e62
2 changed files with 0 additions and 3 deletions

View file

@ -427,7 +427,6 @@ def generate_source_page(q, basedir, parsed_path):
data = {
**template_ctx,
'baseurl': '/' + project + '/',
'current_url': stringify_source_path(parsed_path),
'current_project': project,
@ -513,7 +512,6 @@ def generate_ident_page(q, basedir, parsed_path):
title_suffix = project.capitalize()+' source code ('+tag+') - Bootlin'
data = {
'baseurl': '/' + project + '/',
'current_url': stringify_ident_path(parsed_path),
'current_project': project,

View file

@ -9,7 +9,6 @@
<link rel="stylesheet" href="/style.css?v=5">
<link rel="stylesheet" href="/banner.css">
<link rel="stylesheet" href="/autocomplete.css">
<base href="{{ baseurl }}"/>
<script>document.documentElement.className = 'js'</script>
</head>
<body>