summaryrefslogtreecommitdiffstats
path: root/create/skeletons/theme/layouts
AgeCommit message (Collapse)Author
2024-03-15all: Typo fixesChristian Oliff
2023-10-30create/skeletons: Fix menu templateJoe Mooring
Check identifier existence before calling lang.Translate to prevent empty warnings when using the --printI18nWarnings flag. Closes #11519
2023-09-19create/skeletons: Improve viewport meta tagJoe Mooring
Remove initial-scale=1.0 (this is the browser default) Remove minimum-scale=1.0 (opinionated, can throw WCAG warning)
2023-08-21commands/new: Embed site and theme skeletonsJoe Mooring
The skeletons are used when creating new sites and themes with the CLI. Closes #11358