Skip to content

Commit

Permalink
Merge pull request #25 from paulocoutinhox/fix-custom-css
Browse files Browse the repository at this point in the history
fix custom css
  • Loading branch information
paulocoutinhox authored Aug 29, 2024
2 parents ccc1bda + 4717006 commit dd87d34
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions templates/shared/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,8 @@
<link rel="stylesheet" href="/assets/vendor/bootstrap/css/bootstrap.min.css" type="text/css" />
{% endif -%}

<link rel="stylesheet"
href="/assets/css/main.css{% if not kaktos.is_debug %}?v={{ kaktos.config.version_css_file }}{% endif %}"
type="text/css" />
<link rel="stylesheet" href="/assets/css/main.css{% if not kaktos.is_debug %}?v={{ kaktos.config.version_css_file }}{% endif %}" type="text/css" />
<link rel="stylesheet" href="/assets/css/custom.css{% if not kaktos.is_debug %}?v={{ kaktos.config.version_css_file }}{% endif %}" type="text/css" />

<script src="/assets/vendor/jquery/js/jquery.min.js"></script>
<script src="/assets/vendor/bootstrap/js/bootstrap.min.js"></script>

0 comments on commit dd87d34

Please sign in to comment.