mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
docs: Correct 'Create a widget page'
This commit is contained in:
parent
3c86dd848f
commit
e70dd994d5
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ So you would like to create a page which utilizes Academic's widget system, simi
|
|||
|
||||
Create a new folder in your `content` folder, naming it with your new page name. In this example, we will create a *courses* page by creating a `content/courses/` folder.
|
||||
|
||||
Within your new `content/courses/` folder, create a file named `_index.html` containing the following parameters:
|
||||
Within your new `content/courses/` folder, create a file named `_index.md` containing the following parameters:
|
||||
|
||||
```
|
||||
+++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue