@@ -4,8 +4,8 @@
# The weight parameter defines the order that the links will appear in.
[[main]]
- name = "Home"
- url = "#about"
+ name = "Demo"
+ url = "#hero"
weight = 10
@@ -10,7 +10,7 @@
{{ .Content }}
</div>
- {{ partial "edit_page" . }}
+ {{ partial "page_edit" . }}
{{ partial "tags" . }}
@@ -41,7 +41,7 @@
<div class="body-footer">
<p>{{ i18n "last_updated" }} {{ $.Lastmod.Format site.Params.date_format }}</p>
{{ partial "comments" . }}