Skip to content

Commit

Permalink
adapt resources path
Browse files Browse the repository at this point in the history
  • Loading branch information
demarey committed May 15, 2024
1 parent 34c6fee commit 5051687
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/agenda.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@

<!-- PLUGINS CSS STYLE -->
<!-- Bootstrap -->
<link href="./resources/bootstrap/bootstrap.min.css" rel="stylesheet">
<link href="{{RESOURCES_PATH}}/bootstrap/bootstrap.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link href="./resources/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="{{RESOURCES_PATH}}/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<!-- CUSTOM CSS -->
<link href="./resources/css/style.css" rel="stylesheet">
<link href="{{RESOURCES_PATH}}/css/style.css" rel="stylesheet">

</head>

Expand Down Expand Up @@ -62,9 +62,9 @@

<!-- JAVASCRIPTS -->
<!-- jQuery -->
<script src="./resources/jquery/jquery.min.js"></script>
<script src="{{RESOURCES_PATH}}/jquery/jquery.min.js"></script>
<!-- Bootstrap 4 -->
<script src="./resources/bootstrap/bootstrap.min.js"></script>
<script src="{{RESOURCES_PATH}}/bootstrap/bootstrap.min.js"></script>

</body>

Expand Down

0 comments on commit 5051687

Please sign in to comment.