remove other websites from header
Build / Deploy (push) Successful in 1m58s
Details
Build / Deploy (push) Successful in 1m58s
Details
This commit is contained in:
parent
603e487857
commit
01aa47bc95
|
@ -47,18 +47,13 @@
|
|||
<div class="nav-links">
|
||||
<div class="d-inline-block">
|
||||
{{navItem("Home", "/")}}
|
||||
{{navItem("Blog", "/blog")}}
|
||||
{{navItem("Blog", "/blog", false)}}
|
||||
</div>
|
||||
<div class="d-inline-block">
|
||||
<span> | </span>
|
||||
{{navItem("Mastodon", "https://dook.business/@RikSolo")}}
|
||||
{{navItem("Instagram", "https://instagram.com/RikBerkelder", false)}}
|
||||
</div>
|
||||
<div class="d-inline-block">
|
||||
<span> | </span>
|
||||
{{navItem("RBLicht", "https://rblicht.nl", true, '_blank')}}
|
||||
{{navItem("RBSolutions", "https://rbsolutions.cc", false, '_blank')}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue