File tree Expand file tree Collapse file tree 4 files changed +6
-7
lines changed
Expand file tree Collapse file tree 4 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ seedcase_short_name:
8888homepage :
8989 type : str
9090 help : " What is the homepage of your project?"
91- default : " {{ 'https://%s.seedcase-project.org' % seedcase_short_name if is_seedcase_project else '' }}"
91+ default : " {{ 'https://%s.seedcase-project.org' % seedcase_short_name if is_seedcase_project else '' }}"
9292
9393author_given_name :
9494 type : str
Original file line number Diff line number Diff line change 11
22
33# {{ package_name }}
4-
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ website:
2121 # TODO: add logo
2222 logo: ""
2323 logo-alt: "{{ package_name }} logo: Main page"
24- {% - endif %}
24+ {% - endif %}
2525 left:
2626 - text: "Guide"
2727 href: docs/guide/index.qmd
@@ -65,7 +65,7 @@ format:
6565 seedcase-theme-html:
6666 include-before-body:
6767 - "docs/site-counter.html"
68- {% - endif %}
68+ {% - endif %}
6969
7070editor:
7171 markdown:
Original file line number Diff line number Diff line change 88# Run all build-related recipes in the justfile
99{% - if is_seedcase_project %}
1010run-all: install-deps update-quarto-theme format-python _checks _tests _builds
11- {% - else %}
11+ {% - else %}
1212run-all: install-deps format-python _checks _tests _builds
13- {% - endif %}
13+ {% - endif %}
1414
1515# List all TODO items in the repository
1616list-todos:
@@ -28,7 +28,7 @@ install-precommit:
2828# Update the Quarto seedcase-theme extension
2929update-quarto-theme:
3030 quarto add seedcase-project/seedcase-theme --no-prompt
31- {% endif %}
31+ {% endif %}
3232# Install Python package dependencies
3333install-deps:
3434 uv sync --all-extras --dev
You can’t perform that action at this time.
0 commit comments