diff --git a/content/page/links/index.zh-cn.md b/content/page/links/index.zh-cn.md index 360391e..d458f0b 100644 --- a/content/page/links/index.zh-cn.md +++ b/content/page/links/index.zh-cn.md @@ -2,14 +2,14 @@ title: 友链 slug: links links: - - title: GitHub - description: GitHub is the world's largest software development platform. - website: https://github.com - image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png - - title: TypeScript - description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. - website: https://www.typescriptlang.org - image: ts-logo-128.jpg + - title: bleem + description: + website: https://mritd.com/ + image: + - title: qwe7002的个人博客 + description: + website: https://qwe7002.com/ + image: menu: main: weight: -50 @@ -17,22 +17,3 @@ menu: icon: link comments: false ---- - -To use this feature, add `links` section to frontmatter. - -This page's frontmatter: - -```yaml -links: - - title: GitHub - description: GitHub is the world's largest software development platform. - website: https://github.com - image: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png - - title: TypeScript - description: TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. - website: https://www.typescriptlang.org - image: ts-logo-128.jpg -``` - -`image` field accepts both local and external images. \ No newline at end of file