mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-19 03:51:15 +02:00
Merge pull request #423 from jwpage/welcome_anchors
Fix menu links for "welcome" anchors.
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
<li><a href="/#site-header">Welcome</a>
|
||||
<ul>
|
||||
<li><a href="/#translations">Translations</a></li>
|
||||
<li><a href="/#how_to_contribute">How to Contribute</a></li>
|
||||
<li><a href="/#spread_the_word">Spread the Word!</a></li>
|
||||
<li><a href="/#how-to-contribute">How to Contribute</a></li>
|
||||
<li><a href="/#spread-the-word">Spread the Word!</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
{% assign lastIsChild = false %}
|
||||
|
Reference in New Issue
Block a user