Remove extra space

This commit is contained in:
Alan Cha 2020-07-30 22:07:34 -04:00 committed by Matthew Taylor
parent 37399cf84e
commit 863876230c

View file

@ -3,7 +3,7 @@ title: Archetypes
weight: 10
---
Using the command: `hugo new [relative new content path]`, you can start a content file with the date and title automatically set. While this is a welcome feature, active writers need more : [archetypes](https://gohugo.io/content/archetypes/).
Using the command: `hugo new [relative new content path]`, you can start a content file with the date and title automatically set. While this is a welcome feature, active writers need more: [archetypes](https://gohugo.io/content/archetypes/).
It is pre-configured skeleton pages with default front matter. Please refer to the documentation for types of page to understand the differences.
@ -54,4 +54,4 @@ weight = 5
+++
Lorem Ipsum.
```
```