Skip to content

Commit

Permalink
Fix relative url for style.css before going public
Browse files Browse the repository at this point in the history
  • Loading branch information
utensil committed Nov 25, 2023
1 parent 06bb79d commit dde138a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
{% if jekyll.environment == "production" %}
<link rel="stylesheet"
href="{{ 'FLT/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
<!-- TODO: this line can be removed after going public -->
<link rel="stylesheet" href="{{ 'assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
{% else %}
<link rel="stylesheet" href="{{ 'assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
{% endif %}
Expand Down

0 comments on commit dde138a

Please sign in to comment.