fix links and vars related names
This commit is contained in:
+4
-3
@@ -99,7 +99,7 @@ website:
|
|||||||
title: "{{< var reponame >}}: {{< var branch >}}"
|
title: "{{< var reponame >}}: {{< var branch >}}"
|
||||||
reader-mode: true
|
reader-mode: true
|
||||||
site-url: https://drc.drwater.net/{{< var projtype >}}/{{< var reponame >}}/{{< var branch >}}
|
site-url: https://drc.drwater.net/{{< var projtype >}}/{{< var reponame >}}/{{< var branch >}}
|
||||||
repo-url: https://git.drwater.net/{{< var projtype >}}/{{< var reponame >}}/src/branch/{{< var branch >}}
|
repo-url: https://git.drwater.net/{{< var projtype >}}/{{< var reponame >}}
|
||||||
repo-actions: [edit, source, issue]
|
repo-actions: [edit, source, issue]
|
||||||
page-navigation: true
|
page-navigation: true
|
||||||
page-footer: "Copyright 2025, [Dr. Water](https://drwater.net)"
|
page-footer: "Copyright 2025, [Dr. Water](https://drwater.net)"
|
||||||
@@ -149,10 +149,11 @@ website:
|
|||||||
file: about.qmd
|
file: about.qmd
|
||||||
- icon: git
|
- icon: git
|
||||||
menu:
|
menu:
|
||||||
- text: Edit
|
- text: Codes
|
||||||
url: https://git.drwater.net/{{< var projtype >}}/{{< var reponame >}}/_edit/
|
url: https://git.drwater.net/{{< var projtype >}}/{{< var reponame >}}/src/branch/{{< var branch >}}
|
||||||
- text: Issue
|
- text: Issue
|
||||||
url: https://git.drwater.net/manuscript/{{< var reponame >}}/issues
|
url: https://git.drwater.net/manuscript/{{< var reponame >}}/issues
|
||||||
|
|
||||||
comments:
|
comments:
|
||||||
hypothesis:
|
hypothesis:
|
||||||
theme: clean
|
theme: clean
|
||||||
|
|||||||
Reference in New Issue
Block a user