summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-27 19:52:11 +0200
committerLars Wirzenius <liw@liw.fi>2021-11-27 19:52:11 +0200
commita564884cdc95e7655144214a554be394731b93d0 (patch)
tree236c5ea5ef20f347659edcdef2ac25c2c8717ffd
parent391ce3030491bcad8842659be35e09a0408fc382 (diff)
downloadewww-a564884cdc95e7655144214a554be394731b93d0.tar.gz
fix: subplot to work with current Subplot
Sponsored-by: author
-rw-r--r--ewww.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/ewww.md b/ewww.md
index f9bad80..9844592 100644
--- a/ewww.md
+++ b/ewww.md
@@ -1,13 +1,13 @@
---
title: "Ewww &mdash; a Web server for static sites"
author: Lars Wirzenius
-template: python
bindings:
- subplot/ewww.yaml
- lib/daemon.yaml
- lib/files.yaml
- lib/runcmd.yaml
-functions:
+impls:
+ python:
- subplot/ewww.py
- subplot/http.py
- lib/daemon.py