From e19f19cbccfb93bdb3415a81c0633175fd10a425 Mon Sep 17 00:00:00 2001 From: Anna Petrasova Date: Fri, 20 Jun 2025 15:32:02 -0400 Subject: [PATCH] Add edit link to each page --- _quarto.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_quarto.yml b/_quarto.yml index 8f0419e..be5293e 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -5,6 +5,8 @@ project: - "*.qmd" website: site-url: "https://grass-tutorials.osgeo.org" + repo-url: https://github.com/OSGeo/grass-tutorials + repo-actions: [edit, source, issue] favicon: images/favicon.ico twitter-card: true open-graph: true