Skip to content

Commit

Permalink
Fix templates
Browse files Browse the repository at this point in the history
  • Loading branch information
JuhoErvasti committed Nov 13, 2023
1 parent 43fb1ca commit 4892dd1
Show file tree
Hide file tree
Showing 7 changed files with 492 additions and 25 deletions.
2 changes: 1 addition & 1 deletion docs/assets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@import url("https://fonts.googleapis.com/css2?family=Courier:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@300;400;700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");
/* test test test*/

/* to-do */
.todo {
background-color: red;
Expand Down
10 changes: 5 additions & 5 deletions docs/assets/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
<link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$/>
$endfor$

<link href="/assets/css/bootstrap.min.css" rel="stylesheet">
<link href="/assets/css/hamburgers.css" rel="stylesheet">
<link href="../../../docs/assets/css/bootstrap.min.css" rel="stylesheet">
<link href="../../../docs/assets/css/hamburgers.css" rel="stylesheet">

</head>

Expand Down Expand Up @@ -187,9 +187,9 @@ <h5 class="footer-title footer-company">Gispo Ltd.
$include-after$
$endfor$

<script src="/assets/js/nav-script.js"></script>
<script src="/assets/js/answer-key.js"></script>
<script src="/assets/js/find_keys.js"></script>
<script src="../../../docs/assets/js/nav-script.js"></script>
<script src="../../../docs/assets/js/answer-key.js"></script>
<script src="../../../docs/assets/js/find_keys.js"></script>

</body>
</html>
13 changes: 0 additions & 13 deletions docs/assets/test.sh

This file was deleted.

Loading

0 comments on commit 4892dd1

Please sign in to comment.