Skip to content
Snippets Groups Projects
Commit 0be1560e authored by Raphael Das Gupta's avatar Raphael Das Gupta
Browse files

use root-relative URLs in margin-header

so that it will work for documents in subdirs, too.
Quarto will transform these correctly when rendering,
so that they'll work even when the project isn't served at a server root.
parent 8aeaaacf
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@ project:
website:
title: "dbs-reference"
margin-header: |
![Logo image OST](assets/ost_logo.png)
![Logo image IFS](assets/ifs_logo.png)
![Logo image OST](/assets/ost_logo.png)
![Logo image IFS](/assets/ifs_logo.png)
navbar:
left:
- href: index.qmd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment