diff --git a/web/types/making_a_web_site.anubis b/web/types/making_a_web_site.anubis index b23b5fa..b1b9cb3 100644 --- a/web/types/making_a_web_site.anubis +++ b/web/types/making_a_web_site.anubis @@ -414,6 +414,14 @@ public define A_href href(action, [extra_ops]) . +public define A_href + href + ( + WEB_Action_Name action + )= + href(action, []) +. + public type A_target: _blank, _self, -- libgit2 0.21.4