From ac6405a83e73a700623333f241dc3a318ebbcaf3 Mon Sep 17 00:00:00 2001 From: Erik Fasterius Date: Tue, 15 Oct 2024 16:46:50 +0200 Subject: [PATCH] Fix content links to pages --- home_contents.qmd | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/home_contents.qmd b/home_contents.qmd index 0ea3ef7d..a0765e30 100644 --- a/home_contents.qmd +++ b/home_contents.qmd @@ -18,17 +18,17 @@ themselves contain all of the material covered by the workshop.
-| Topic | Lecture | Tutorial | -| ----------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------- | -| Introduction | [{{< fa file-lines >}}](lectures/introduction/introduction) | [{{< fa file-lines >}}](pages/introduction.html) | -| Data management | [{{< fa file-lines >}}](lectures/data-management/data-management.html) | | -| Git | [{{< fa file-lines >}}](lectures/git/git.html) | [{{< fa file-lines >}}](pages/git.html) | -| Conda | [{{< fa file-lines >}}](lectures/conda/conda.html) | [{{< fa file-lines >}}](pages/conda/conda-1.html) | -| Snakemake | [{{< fa file-lines >}}](lectures/snakemake/snakemake.html) | [{{< fa file-lines >}}](pages/git/snakemake-1.html) | -| Nextflow | [{{< fa file-lines >}}](lectures/nextflow/nextflow.html) | [{{< fa file-lines >}}](pages/git/nextflow-1.html) | -| Quarto | [{{< fa file-lines >}}](lectures/quarto/quarto.html) | [{{< fa file-lines >}}](pages/git/quarto-1.html) | -| Jupyter | [{{< fa file-lines >}}](lectures/jupyter/jupyter.html) | [{{< fa file-lines >}}](pages/git/jupyter-1.html) | -| Containers | [{{< fa file-lines >}}](lectures/containers/containers.html) | [{{< fa file-lines >}}](pages/git/containers-1.html) | -| Putting it all together | [{{< fa file-lines >}}](lectures/git/git.html) | | -| Markdown | | [{{< fa file-lines >}}](pages/markdown.html) | -| Take-down | | [{{< fa file-lines >}}](pages/take-down.html) | +| Topic | Lecture | Tutorial | +| ----------------------- | ---------------------------------------------------------------------- | ------------------------------------------------ | +| Introduction | [{{< fa file-lines >}}](lectures/introduction/introduction) | [{{< fa file-lines >}}](pages/introduction.html) | +| Data management | [{{< fa file-lines >}}](lectures/data-management/data-management.html) | | +| Git | [{{< fa file-lines >}}](lectures/git/git.html) | [{{< fa file-lines >}}](pages/git.html) | +| Conda | [{{< fa file-lines >}}](lectures/conda/conda.html) | [{{< fa file-lines >}}](pages/conda.html) | +| Snakemake | [{{< fa file-lines >}}](lectures/snakemake/snakemake.html) | [{{< fa file-lines >}}](pages/snakemake.html) | +| Nextflow | [{{< fa file-lines >}}](lectures/nextflow/nextflow.html) | [{{< fa file-lines >}}](pages/nextflow.html) | +| Quarto | [{{< fa file-lines >}}](lectures/quarto/quarto.html) | [{{< fa file-lines >}}](pages/quarto.html) | +| Jupyter | [{{< fa file-lines >}}](lectures/jupyter/jupyter.html) | [{{< fa file-lines >}}](pages/jupyter.html) | +| Containers | [{{< fa file-lines >}}](lectures/containers/containers.html) | [{{< fa file-lines >}}](pages/containers.html) | +| Putting it all together | [{{< fa file-lines >}}](lectures/git/git.html) | | +| Markdown | | [{{< fa file-lines >}}](pages/markdown.html) | +| Take-down | | [{{< fa file-lines >}}](pages/take-down.html) |