mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
b6538532f4
The skeletons are used when creating new sites and themes with the CLI. Closes #11358
2 lines
84 B
HTML
2 lines
84 B
HTML
<h1>{{ site.Title }}</h1>
|
|
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}
|