Add blog to the topbar
This commit is contained in:
parent
5616d813e0
commit
b76b32aa51
1 changed files with 2 additions and 1 deletions
|
@ -265,7 +265,8 @@ function converter(html, dynamic = true) {
|
|||
<h3><a class="chip" href="/">Home</a>
|
||||
<a class="chip" href="/socials">Socials</a>
|
||||
<a class="chip" href="/stats">Stats</a>
|
||||
<a class="chip" href="/faq">Nerd FAQ</a></h3>
|
||||
<a class="chip" href="/faq">Nerd FAQ</a>
|
||||
<a class="chip" href="/blog">Blog</a></h3>
|
||||
</div>`,
|
||||
"CUSTOM_STATUS": () => {
|
||||
if (api.lanyard.custom_status) {
|
||||
|
|
Loading…
Reference in a new issue