mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
Fix participate link (#787)
Participate link didn't link to homepage on non-index.html pages.
This commit is contained in:
parent
8a8f7ed61d
commit
1916fc042b
@ -76,7 +76,7 @@
|
||||
</div>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#participate">Participate</a>
|
||||
<a class="nav-link" href="{{prefix}}#participate">Participate</a>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="navbar-nav">
|
||||
|
Loading…
Reference in New Issue
Block a user