summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-11-27 17:52:33 +0000
committerLars Wirzenius <liw@liw.fi>2021-11-27 17:52:33 +0000
commita6dff70635534e1a4f4b68515ce80e6841f1a6b1 (patch)
tree236c5ea5ef20f347659edcdef2ac25c2c8717ffd
parent391ce3030491bcad8842659be35e09a0408fc382 (diff)
parenta564884cdc95e7655144214a554be394731b93d0 (diff)
downloadewww-a6dff70635534e1a4f4b68515ce80e6841f1a6b1.tar.gz
Merge branch 'fix-subplot' into 'main'
fix: subplot to work with current Subplot See merge request larswirzenius/ewww!28
-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