Phlow / feeling-responsive

»Feeling Responsive« is a free flexible theme for Jekyll built on Foundation framework. You can use it for your company site, as a portfolio or as a blog.
http://phlow.github.io/feeling-responsive/
MIT License
901 stars 1.34k forks source link

fix navigation dropdown relative links #276

Open casperdcl opened 9 months ago

casperdcl commented 9 months ago
# _data/navigation.yml
- title: Test
  url: "/"
  side: left
  dropdown:
  - title: Relative
    url: "/subpage/"           # works (becomes `{{site_url}}{{baseurl}}/subpage/`)
  - title: Absolute
    url: "https://github.com"  # was broken (became `{{baseurl}}https://github.com`)