Skip to content

Commit

Permalink
update stylesheet file
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco authored and anikachurilova committed Apr 10, 2024
1 parent 4983831 commit b032c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
pip freeze
- name: Build
run: mkdocs build --strict
run: mkdocs build --clean --strict -v

- name: Check links
uses: untitaker/hyperlink@0.1.27
Expand Down
2 changes: 1 addition & 1 deletion theme/frontpage_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.10ba22f1.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.bcfcd587.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.06af60db.min.css' | url }}">
<meta name="theme-color" content="{{ primary }}">
{% endblock %}
Expand Down

0 comments on commit b032c80

Please sign in to comment.