From a6b100bb9954fbfd8a6df8a69f5f8654fa038b8a Mon Sep 17 00:00:00 2001 From: morelazers Date: Tue, 25 Apr 2023 15:21:30 +0200 Subject: [PATCH] fix: add comment line to break switch --- ted/import.hoon | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ted/import.hoon b/ted/import.hoon index e2ae3bf..752dc50 100644 --- a/ted/import.hoon +++ b/ted/import.hoon @@ -49,10 +49,12 @@ =/ draft-name (oust [0 1] (snip path)) =/ draft (~(gut by dra.imp) draft-name [md='']) imp(dra (~(put by dra.imp) draft-name draft(md content))) + :: %css =/ theme-name (@tas (rear (oust [0 1] (snip path)))) =/ theme (~(gut by thm.imp) theme-name [css='']) imp(thm (~(put by thm.imp) theme-name theme(css (@t (@tas content))))) + :: %html =/ file-name (oust [0 2] (snip path)) =/ file (~(gut by pub.imp) file-name [html='' md='' theme=%default])