Skip to content

Commit 07660a3

Browse files
committed
theming collections page. fixing theme shortcode. removing stl_url shortcode. fixed viewer stl url, now on window.STL_URL
1 parent db64bfb commit 07660a3

File tree

11 files changed

+661
-680
lines changed

11 files changed

+661
-680
lines changed

dist/assets/scad.collection.njk

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<title>SCAD Files</title>
5-
{% w3_theme_css theme %}
6-
</head>
7-
<body>
8-
<header>
9-
<h1>OpenSCAD Files</h1>
10-
</header>
11-
<section>{{ content | safe }}</section>
12-
</body>
3+
<head>
4+
<title>OpenSCAD Files</title>
5+
{% w3_theme_css %}
6+
</head>
7+
<body>
8+
<header>
9+
<h1>OpenSCAD Files</h1>
10+
</header>
11+
<section>{{ content | safe }}</section>
12+
</body>
1313
</html>

0 commit comments

Comments
 (0)