added list page
This commit is contained in:
@@ -2,6 +2,8 @@ baseURL: "https://hugo-profile.netlify.app"
|
||||
languageCode: "en-us"
|
||||
title: "Hugo Profile"
|
||||
|
||||
Paginate: 3
|
||||
|
||||
Menus:
|
||||
main:
|
||||
- identifier: blog
|
||||
|
||||
@@ -24,10 +24,10 @@ Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-manageme
|
||||
|
||||
## Twitter Simple Shortcode
|
||||
```
|
||||
{{</* tweet 877500564405444608 */>}}
|
||||
{{</* tweet user="GoHugoIO" id="1315233626070503424" */>}}
|
||||
```
|
||||
<br>
|
||||
{{< tweet 877500564405444608 >}}
|
||||
{{< tweet user="GoHugoIO" id="1315233626070503424" >}}
|
||||
<br>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user