diff --git a/content/contact.md b/content/contact.md index 91fc98e..faef1ef 100644 --- a/content/contact.md +++ b/content/contact.md @@ -1,8 +1,8 @@ +++ title = "Contact" -description = "How to get in contact" +description = "Hello World" weight = 10 -template = "contact.html" +template = "page.html" [extra] disable_toc = true +++ diff --git a/templates/_macros.html b/templates/_macros.html index 1287fc0..6eab1ab 100644 --- a/templates/_macros.html +++ b/templates/_macros.html @@ -1,6 +1,6 @@ {% macro render_header(path) %} {% set root = get_section(path="_index.md") %} - +