Skip to content

Commit 20c6732

Browse files
committed
fix submodule
1 parent 08b7fe8 commit 20c6732

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

_environment

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
EVALUATE_CODE=false

_environment-evaluate_code

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
EVALUATE_CODE=true

_openpipeline

Submodule _openpipeline added at dab1d2e

team/index.qmd

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: "Team"
33
toc: false
44
page-layout: full
55
anchor-sections: false
6+
engine: knitr
67
listing:
78
- id: authors
89
contents: ./*/index.qmd
@@ -15,7 +16,7 @@ css: team.css
1516
<!-- this is here to make sure fontawesome is loaded in-->
1617
{{< fa letter >}}
1718

18-
{{< include ../_include/_clone_repo.qmd >}}
19+
{{< include /_include/_clone_repo.qmd >}}
1920

2021
```{r, include=FALSE}
2122
paths <- list.files("src/authors", pattern = ".yaml", full.names = TRUE, recursive = TRUE)

0 commit comments

Comments
 (0)