Skip to content

Commit

Permalink
refactor: rename source folder from assets to src
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansaul committed Feb 19, 2024
1 parent f82bbac commit 91358b1
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions jinja/about.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@

<div class="modal-img-wrapper">
<figure class="modal-avatar-box">
<img src="./assets/images/avatar-1.png" alt="{{about.name}}" width="80" data-modal-img>
<img src="./src/images/avatar-1.png" alt="{{about.name}}" width="80" data-modal-img>
</figure>

<img src="./assets/images/icon-quote.svg" alt="quote icon">
<img src="./src/images/icon-quote.svg" alt="quote icon">
</div>

<div class="modal-content">
Expand Down
6 changes: 3 additions & 3 deletions jinja/index.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
<!--
- favicon
-->
<link rel="shortcut icon" href="./assets/images/logo.ico" type="image/x-icon">
<link rel="shortcut icon" href="./src/images/logo.ico" type="image/x-icon">

<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="./src/css/style.css">

<!--
- google font link
Expand Down Expand Up @@ -115,7 +115,7 @@
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<script src="./src/js/script.js"></script>

<!--
- ionicon link
Expand Down
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.

0 comments on commit 91358b1

Please sign in to comment.