Re-add contact page, change back to Elsewhere
This commit is contained in:
parent
ffe4e4ee52
commit
6d52961a15
3 changed files with 11 additions and 2 deletions
|
@ -27,6 +27,10 @@
|
|||
<li class="{{ page.url == '/blog' or '/blog/' in page.url ? 'active' }}">
|
||||
<a href="/blog">Blog</a>
|
||||
</li>
|
||||
|
||||
<li class="{{ page.url == '/contact' or '/contact/' in page.url ? 'active' }}">
|
||||
<a href="/contact">Contact</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>{# .nav-collapse #}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue