diff options
Diffstat (limited to '')
| -rw-r--r-- | themes/neonxp/layouts/_partials/header.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/themes/neonxp/layouts/_partials/header.html b/themes/neonxp/layouts/_partials/header.html new file mode 100644 index 0000000..7980a00 --- /dev/null +++ b/themes/neonxp/layouts/_partials/header.html @@ -0,0 +1,2 @@ +<h1>{{ site.Title }}</h1> +{{ partial "menu.html" (dict "menuID" "main" "page" .) }} |
