docs: fix headings in project pages
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
---
|
||||
title: Projects
|
||||
---
|
||||
# Programming
|
||||
## Pinned GitHub Projects
|
||||
# Projects
|
||||
## Programming
|
||||
### Pinned GitHub Projects
|
||||
<ClientOnly>
|
||||
<ListRepositories>
|
||||
<GithubRepository repoName="rejeep/f.el" />
|
||||
@@ -12,14 +10,14 @@ title: Projects
|
||||
</ListRepositories>
|
||||
</ClientOnly>
|
||||
|
||||
## Most Starred Projects on GitHub
|
||||
### Most Starred Projects on GitHub
|
||||
<ClientOnly>
|
||||
<ListRepositories sortBy='stars' user='phundrak' :limit='5' />
|
||||
</ClientOnly>
|
||||
|
||||
## Latest Active Repositories on GitHub
|
||||
### Latest Active Repositories on GitHub
|
||||
<ClientOnly>
|
||||
<ListRepositories sortBy='pushed_at' user='phundrak' :limit='5' />
|
||||
</ClientOnly>
|
||||
|
||||
# Linguistics
|
||||
## Linguistics
|
||||
|
||||
Reference in New Issue
Block a user