Skip to content
This repository has been archived by the owner on Aug 17, 2019. It is now read-only.

footer links aren't working #16

Open
caseywatts opened this issue Aug 2, 2014 · 2 comments
Open

footer links aren't working #16

caseywatts opened this issue Aug 2, 2014 · 2 comments

Comments

@caseywatts
Copy link
Contributor

The links at the bottom aren't working properly. Currently they just reload the page with only the masthead (large banner image) showing.

@caseywatts
Copy link
Contributor Author

newhaven.io/about works great, but newhaven.io/#/about (which is linked to from the footer) doesn't work.

Maybe we recently set hashless routing and removed the #/ from the links but didn't update every link.

/irc and /#/irc don't work though, either one

@MichaelPaulukonis
Copy link

Still not working.

Links appear to be hard-coded in layout.html:

https://github.com/newhavenio/newhavenio-website/blob/master/server/views/layout.html#L50-54

<li><a href="/about">About</a></li>
<li class="">
  <a href="http://groups.google.com/forum/?fromgroups#!forum/newhavenio">Contact</a>
</li>

vs.

https://github.com/newhavenio/newhavenio-website/blob/master/server/views/layout.html#L75-76

<li><a href="#/about">about&#8194;</a>/</li>
<li><a href="#">contact</a></li>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants