sf-static/portfolio/node_modules/pug/test/cases/interpolated-mixin.pug

4 lines
107 B
Text
Raw Permalink Normal View History

2023-02-28 18:21:07 +00:00
mixin linkit(url)
a(href=url)= url
p This also works #[+linkit('http://www.bing.com')] so hurrah for Pug