We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab59e84 commit a0b401eCopy full SHA for a0b401e
template/_quarto.yml.jinja
@@ -32,9 +32,11 @@ website:
32
- icon: github
33
href: "https://github.com/{{ package_github_repo }}"
34
aria-label: "GitHub icon: Source code"
35
+ {% if is_seedcase_project -%}
36
- icon: house
- href: "{{ 'https://seedcase-project.org' if is_seedcase_project else homepage }}"
37
- aria-label: "House icon: {{ 'Seedcase Project' if is_seedcase_project else package_name }} home page"
+ href: "https://seedcase-project.org"
38
+ aria-label: "House icon: Main website for the Seedcase Project"
39
+ {% endif %}
40
sidebar:
41
- id: design
42
pinned: true
0 commit comments