Skip to content

gh-pages: relative links broken #53

@johnLate

Description

@johnLate

Some links on the gh-pages are broken.

For example, fcd/_posts/2016-02-24-seseloop.markdown contains [1]: {% post_url 2016-02-17-structuring %} which results in <a href="/2016/02/17/structuring.html">... (missing /fcd)

Compare that to <a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a> from fcd/_includes/header.html which results in <a class="post-link" href="/fcd/2016/02/17/structuring.html">...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions