Skip to content

Commit 53935d8

Browse files
author
Claude-InfoTech
committed
fix: comment out quiz shortcodes for GitHub Pages compatibility
- Temporarily disable quiz shortcodes in hugo-templates-factory.md - Allows corporate site to build without quiz-engine component - Resolves shortcode error blocking full site deployment Part of task 010 Etap 4 - corporate site deployment fixes
1 parent 4731e4e commit 53935d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/content/blog/posts/hugo-templates-factory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,13 +463,13 @@ File permissions in Linux control who can read, write, and execute files.
463463
- **Write (w)**: Modify file contents
464464
- **Execute (x)**: Run file as program
465465

466-
{{< quiz id="linux-permissions-01" config="beginner" >}}
466+
<!-- {{< quiz id="linux-permissions-01" config="beginner" >}} -->
467467

468468
## Advanced Permissions
469469

470470
For more complex scenarios, Linux provides additional permission mechanisms...
471471

472-
{{< quiz id="linux-permissions-02" config="advanced" >}}
472+
<!-- {{< quiz id="linux-permissions-02" config="advanced" >}} -->
473473
```
474474

475475
### Theme System Architecture

0 commit comments

Comments
 (0)