Closed
requested to merge github/fork/julien-deramond/main-jd-remove-examples-test-in-single-layout into main
Description
layout: single seems to be used only for examples page so {{ if eq .Title "Examples" }} becomes unnecessary IMO.
Motivation & Context
This change would remove unused code and simplify this page.
Types of changes
- Refactoring (non-breaking change)
Checklist
-
I have read the contributing guidelines -
My code follows the code style of the project (using npm run lint) My change introduces changes to the documentationI have updated the documentation accordinglyI have added tests to cover my changes-
All new and existing tests passed
Related issues
No related issues.