Skip to content

Commit 056e373

Browse files
committed
add render-engine-pico
1 parent 3bc7c0d commit 056e373

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)