Skip to content

Commit d2c7339

Browse files
authored
add render-engine-pico (#693)
1 parent 3bc7c0d commit d2c7339

File tree

70 files changed

+3328
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+3328
-0
lines changed

app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
app = Site()
44
app.template_path = "_layouts"
5+
app.static_paths.add("assets")
56
app.site_vars["locales"] = ["en"]
67

78

0 commit comments

Comments
 (0)