Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
incorporate oldsite toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
oraNod committed Mar 3, 2023
1 parent a819406 commit 2226d73
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ def data():


shutil.copytree('static', 'build/static')
shutil.copytree('oldsite', 'build/oldsite')
sass.compile(dirname=('sass', 'build/static/css'))
1 change: 1 addition & 0 deletions templates/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</head>
<body>
{% include "_nav.html" %}
{% include "_toggle.html" %}
{% block body %} {% endblock %}
{% include "_footer.html" %}
{% include "_scripts.html" %}
Expand Down
3 changes: 2 additions & 1 deletion templates/_scripts.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<script src="static/js/iframeResizer.min.js" type="javascript"></script>
<script src="static/js/clipboard.min.js" type="text/javascript"></script>
<script src="static/js/clipboard.js" type="text/javascript"></script>
<script src="static/js/clipboard.js" type="text/javascript"></script>
<script src="static/js/toggle.js" type="text/javascript"></script>

0 comments on commit 2226d73

Please sign in to comment.