use absolute base url for bootstrap

This commit is contained in:
Phil Morrell 2022-04-09 14:50:57 +01:00
parent d867b64435
commit a5bfcacf4a
Signed by: emorrp1
GPG Key ID: DBCA65091F248E6C
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
<head> <head>
<meta charset="utf-8"/> <meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>LibreGaming</title> <title>LibreGaming</title>
<link href="bootstrap.min.css" rel="stylesheet"> <link href="{{ config.base_url | safe }}/bootstrap.min.css" rel="stylesheet">
</head> </head>
<body> <body>