From f25146a5dcac68f648919839ac9eda2540190f60 Mon Sep 17 00:00:00 2001 From: zhiz Date: Mon, 11 Mar 2024 22:41:50 +0100 Subject: [PATCH] fix search --- .gitignore | 2 +- _quarto.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f69e3b3..f41e8b2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,4 @@ GDCdata/ MANIFEST.txt TCGA_data.rda -.quarto/ \ No newline at end of file +/.quarto/ diff --git a/_quarto.yml b/_quarto.yml index 689a387..da05195 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -12,6 +12,10 @@ website: repo-url: https://github.com/ocbe-uio/survomics repo-actions: [source, issue] + search: + location: navbar + type: overlay + navbar: background: light search: true