Skip to content

Commit dc8e442

Browse files
authored
feat: ✨ use Seedcase badge in template Quarto config (#327)
1 parent 6e1067a commit dc8e442

3 files changed

Lines changed: 14 additions & 6 deletions

File tree

_extensions/seedcase-project/seedcase-theme/_extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors:
1010
orcid: 0000-0003-0051-3239
1111
- name: Kristiane Beicher
1212
orcid: 0000-0001-7556-9566
13-
version: 0.8.2
13+
version: 0.9.1
1414
quarto-required: ">=1.7.0"
1515
contributes:
1616
formats:
Lines changed: 8 additions & 0 deletions
Loading

template/_quarto.yml.jinja

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ website:
3333
href: docs/design/index.qmd
3434
# - text: "Reference"
3535
# href: docs/reference/index.qmd
36+
{% if for_seedcase -%}
37+
right:
38+
- text: "<img src='/_extensions/seedcase-project/seedcase-theme/logos/seedcase/a-part-of.svg' alt='Main Seedcase website' height='30px'>"
39+
href: "https://seedcase-project.org"
40+
{%- endif %}
3641
tools:
3742
- icon: github
3843
href: "https://github.com/{{ github_repo_spec }}"
3944
aria-label: "GitHub icon: Source code"
40-
{% if for_seedcase -%}
41-
- icon: house
42-
href: "https://seedcase-project.org"
43-
aria-label: "House icon: Main website for the Seedcase Project"
44-
{%- endif %}
4545
sidebar:
4646
- id: overview
4747
pinned: true

0 commit comments

Comments
 (0)