From 697169813ae6a40ec4091aba08b3bd67638ae364 Mon Sep 17 00:00:00 2001 From: Erik Fasterius Date: Wed, 16 Oct 2024 14:47:22 +0200 Subject: [PATCH] Do not freeze docs dependent on data files --- home_info.qmd | 1 + home_schedule.qmd | 14 +++++++------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/home_info.qmd b/home_info.qmd index 0d025039..a9ccd1d5 100644 --- a/home_info.qmd +++ b/home_info.qmd @@ -6,6 +6,7 @@ number-sections: false sidebar: false code-tools: false format: html +freeze: false --- ```{r} diff --git a/home_schedule.qmd b/home_schedule.qmd index 6584fc52..fdb8e7d1 100644 --- a/home_schedule.qmd +++ b/home_schedule.qmd @@ -1,14 +1,14 @@ --- -title: "Schedule" -subtitle: "The schedule is intended for when following a live workshop. If you are following this at your own pace, see **Contents**." -pagetitle: "Schedule | Tools for Reproducible Research" -description: "" -date: "" +title: Schedule +subtitle: | + The schedule is intended for when following a live workshop. If you + are following this at your own pace, see **Contents**. +pagetitle: Schedule | Tools for Reproducible Research toc: false number-sections: false sidebar: false -format: - html +format: html +freeze: false --- ```{r}