mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-19 11:51:26 +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>
|
<li><a href="/#site-header">Welcome</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/#translations">Translations</a></li>
|
<li><a href="/#translations">Translations</a></li>
|
||||||
<li><a href="/#how_to_contribute">How to Contribute</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="/#spread-the-word">Spread the Word!</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
{% assign lastIsChild = false %}
|
{% assign lastIsChild = false %}
|
||||||
|
Reference in New Issue
Block a user