Skip to content

Commit

Permalink
bug fix: repo url formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Oct 10, 2024
1 parent ec99042 commit fbdbf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
repository_name = "web-course-template"
repository_branch = "main"
# -- optionally adat these
repository_url = r"https://github.com/{repository_owner}/{repository_name}"
repository_url = f"https://github.com/{repository_owner}/{repository_name}"
page_url = f"https://{repository_owner}.github.io/{repository_name}"
# -- set the logo
course_logo = {
Expand Down

0 comments on commit fbdbf5f

Please sign in to comment.