fix: Fixes font stylesheet link formatting in base.html
Consolidates font stylesheet link onto a single line for improved readability and consistency with other stylesheet link formats in the HTML template.
This commit is contained in:
parent
5ef6a1c739
commit
c80b4362a5
1 changed files with 1 additions and 2 deletions
|
@ -36,8 +36,7 @@
|
||||||
<link rel="stylesheet" href="assets/css/base.css?v={{ timestamp }}" />
|
<link rel="stylesheet" href="assets/css/base.css?v={{ timestamp }}" />
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet"
|
||||||
href="assets/css/theme/{{ theme }}.css?v={{ timestamp }}" />
|
href="assets/css/theme/{{ theme }}.css?v={{ timestamp }}" />
|
||||||
<link rel="stylesheet"
|
<link rel="stylesheet" href="assets/dist/fonts/fonts.css?v={{ timestamp }}" />
|
||||||
href="assets/dist/fonts/fonts.css?v={{ timestamp }}" />
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav class="navbar navbar-expand-md py-3 navbar-light" id="mainNav">
|
<nav class="navbar navbar-expand-md py-3 navbar-light" id="mainNav">
|
||||||
|
|
Loading…
Reference in a new issue