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

Breadcumb link for "Home" does not work if site URL is not filled #39

Open
lwchkg opened this issue Jun 21, 2015 · 0 comments
Open

Breadcumb link for "Home" does not work if site URL is not filled #39

lwchkg opened this issue Jun 21, 2015 · 0 comments

Comments

@lwchkg
Copy link

lwchkg commented Jun 21, 2015

Current version in github

      <a href="{{ site.url }}" itemprop="url">
        <span itemprop="title">Home</span>
      </a> › 

Corrected version.

      <a href="{{ site.url }}/" itemprop="url">
        <span itemprop="title">Home</span>
      </a> › 
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants