You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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">...
The text was updated successfully, but these errors were encountered:
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">...
The text was updated successfully, but these errors were encountered: