diff --git a/parts/nav-menu.html b/parts/nav-menu.html new file mode 100644 index 0000000..b3ad6e6 --- /dev/null +++ b/parts/nav-menu.html @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/theme.json b/theme.json index e587908..28bee0e 100644 --- a/theme.json +++ b/theme.json @@ -71,5 +71,11 @@ "background": "var(--wp--preset--color--background)", "text": "var(--wp--preset--color--foreground)" } - } + }, + "templateParts": [ + { + "name": "nav-menu", + "title": "Navigation" + } + ] }