feeling-responsive icon indicating copy to clipboard operation
feeling-responsive copied to clipboard

fix navigation dropdown relative links

Open casperdcl opened this issue 1 year ago • 0 comments

# _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`)

casperdcl avatar Feb 14 '24 22:02 casperdcl