Fixed front matter duplication. Edited default archetype.
Fixed front matter duplication in index.html and sitemap.xml.
This commit is contained in:
parent
a93f586dde
commit
6d10f91047
9 changed files with 19 additions and 12 deletions
|
|
@ -1,6 +1,7 @@
|
|||
+++
|
||||
title = "About"
|
||||
id = "about"
|
||||
weight = 30
|
||||
draft = false
|
||||
+++
|
||||
|
||||
{{< figure class="image main" src="/img/pic03.jpg" >}}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
+++
|
||||
title = "Contact"
|
||||
id = "contact"
|
||||
weight = 40
|
||||
draft = false
|
||||
+++
|
||||
|
||||
<form method="post" action="#">
|
||||
|
|
@ -22,4 +23,4 @@ id = "contact"
|
|||
</ul>
|
||||
</form>
|
||||
|
||||
{{< socialLinks >}}
|
||||
{{< socialLinks >}}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
+++
|
||||
title = "Elements"
|
||||
id = "elements"
|
||||
weight = 50
|
||||
draft = true
|
||||
+++
|
||||
|
||||
<h3 class="major">Hugo shortcodes in theme</h3>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
+++
|
||||
title = "Formspree"
|
||||
id = "formspree"
|
||||
weight = 60
|
||||
draft = true
|
||||
+++
|
||||
|
||||
<form id="contactform" method="post" action="https://formspree.io/insert.your@mail.adress">
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
+++
|
||||
title = "Intro"
|
||||
id = "intro"
|
||||
weight = 10
|
||||
draft = false
|
||||
+++
|
||||
|
||||
{{< figure class="image main" src="/img/pic01.jpg" >}}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
+++
|
||||
title = "Work"
|
||||
id = "work"
|
||||
weight = 20
|
||||
draft = false
|
||||
+++
|
||||
|
||||
{{< figure class="image main" src="/img/pic02.jpg" >}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue