Skip to content

Commit cd2f398

Browse files
committed
Add favicon for DABEST tutorial pages
1 parent 5e94ea0 commit cd2f398

3 files changed

Lines changed: 47 additions & 8 deletions

File tree

nbs/_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ website:
2020
contents: tutorials/*
2121
- section: API
2222
contents: API/*
23-
favicon: images/favicon.svg
23+
favicon: images/DABEST-square-outline.svg
2424
navbar:
2525
background: primary
2626
search: true
Lines changed: 45 additions & 0 deletions
Loading

nbs/index.qmd.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,4 @@ def d(*args, **kwargs): print(qmd.div(*args, **kwargs))
6464

6565
b(f"""## Get started in seconds
6666
67-
{btn('Install dabest', '/01-getting_started.ipynb')}""", 'content-block', style={"margin-top": "40px"})
68-
69-
70-
71-
72-
73-
67+
{btn('Install dabest', '/01-getting_started.ipynb')}""", 'content-block', style={"margin-top": "40px"})

0 commit comments

Comments
 (0)