feat: add additional links to the navigation menu
- Added link to "Published authors" - Added link to "Latest documents" - Added link to "Document topics"
This commit is contained in:
parent
65fac30dd3
commit
2b20ec7879
1 changed files with 9 additions and 0 deletions
|
@ -95,6 +95,15 @@ export default function Home() {
|
|||
<li>
|
||||
<Link href='/affiliation/'>Author affiliations</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href='/author/'>Published authors</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href='/document/'>Latest documents</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link href='/topic/'>Document topics</Link>
|
||||
</li>
|
||||
</ul>
|
||||
</p>
|
||||
<News />
|
||||
|
|
Loading…
Reference in a new issue