diff --git a/exampleSite/content/app/test1.md b/exampleSite/content/app/test1.md index ce07321..709aee2 100644 --- a/exampleSite/content/app/test1.md +++ b/exampleSite/content/app/test1.md @@ -18,3 +18,5 @@ cyberscopes example site - use petite-vue in Hugo-generated sites. {{< pv/input-textline name="lastname" >}} {{< pv/display expr="`${data.firstname} ${data.lastname}`" >}} + +{{< pv/debug >}} diff --git a/layouts/shortcodes/pv/debug.html b/layouts/shortcodes/pv/debug.html index 632225e..730fe7b 100644 --- a/layouts/shortcodes/pv/debug.html +++ b/layouts/shortcodes/pv/debug.html @@ -2,10 +2,6 @@