Skip to content

Commit

Permalink
docs: Make logo badge and url fixed. (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Oct 24, 2023
1 parent 3042979 commit 97112fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/variable.jinja
Expand Up @@ -23,11 +23,11 @@
[%- endmacro %]

[% macro logo_badge() -%]
[![Serious Scaffold Python]({{ logo_badge_url() }})](https://{{ page_url() }})
[![Serious Scaffold Python]({{ logo_badge_url() }})](https://serious-scaffold.github.io/serious-scaffold-python)
[%- endmacro %]

[% macro logo_badge_url() -%]
https://img.shields.io/endpoint?url=https://{{ page_url() }}/_static/badges/logo.json
https://img.shields.io/endpoint?url=https://serious-scaffold.github.io/serious-scaffold-python/_static/badges/logo.json
[%- endmacro %]

[% macro page_url() -%]
Expand Down

0 comments on commit 97112fd

Please sign in to comment.