Skip to content

Commit f7ecb82

Browse files
committed
feat: Update link section
1 parent a4dd72d commit f7ecb82

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

content/page/links/index.md

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ links:
99
description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
1010
website: https://www.typescriptlang.org
1111
image: ts-logo-128.jpg
12+
- title: Django
13+
description: DjangoThe web framework for perfectionists with deadlines.
14+
website: https://www.djangoproject.com/
15+
image: https://static.djangoproject.com/img/logos/django-logo-negative.png
16+
menu:
1217
menu:
1318
main:
1419
weight: -50
@@ -17,21 +22,3 @@ menu:
1722

1823
comments: false
1924
---
20-
21-
To use this feature, add `links` section to frontmatter.
22-
23-
This page's frontmatter:
24-
25-
```yaml
26-
links:
27-
- title: GitHub
28-
description: GitHub is the world's largest software development platform.
29-
website: https://github.com
30-
image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
31-
- title: TypeScript
32-
description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
33-
website: https://www.typescriptlang.org
34-
image: ts-logo-128.jpg
35-
```
36-
37-
`image` field accepts both local and external images.

0 commit comments

Comments
 (0)