mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
Merge pull request #116 from safing/feature/add-source-code-to-navbar
Add Source Code to the navbar
This commit is contained in:
commit
9b70303446
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@
|
|||
Docs
|
||||
</a>
|
||||
</li>
|
||||
<li class="p-3 lg:p-0 text-white text-lg lg:text-sm">
|
||||
<a href="{{ site.github_url }}/portmaster/" class=" ml-0 lg:ml-4 px-3 py-2 font-semibold leading-5 hover:opacity-55 transition duration-150 ease-in-out opacity-100">
|
||||
Source Code
|
||||
</a>
|
||||
</li>
|
||||
<li class="p-3 lg:p-0 text-white text-lg lg:text-sm">
|
||||
<a href="{{ site.about_url }}" class=" ml-0 lg:ml-4 px-3 py-2 font-semibold leading-5 hover:opacity-55 transition duration-150 ease-in-out opacity-100">
|
||||
About
|
||||
|
|
Loading…
Add table
Reference in a new issue