diff --git a/index.ftd b/index.ftd index c010ce6..860aae6 100644 --- a/index.ftd +++ b/index.ftd @@ -19,17 +19,17 @@ -- navbar.header: logo: $assets.files.images.logo.svg -logoURL: /YOUR_REPOSITORY_NAME +logoURL: /portfolio header-item1: Home header-item2: About header-item3: Blogs header-item4: Projects -header-item1-link: /YOUR_REPOSITORY_NAME -header-item2-link: /YOUR_REPOSITORY_NAME/about -header-item3-link: /YOUR_REPOSITORY_NAME/blogs -header-item4-link: /YOUR_REPOSITORY_NAME/projects +header-item1-link: /portfolio +header-item2-link: /portfolio/about +header-item3-link: /portfolio/blogs +header-item4-link: /portfolio/projects cta-item2: Resume -cta-item2-link: /YOUR_REPOSITORY_NAME/resume +cta-item2-link: /portfolio/resume ;; ---------------------------------------------------------------- ;; ***** PORTFOLIO Header ends ***** diff --git a/test.ftd b/test.ftd new file mode 100644 index 0000000..2e7c28e --- /dev/null +++ b/test.ftd @@ -0,0 +1 @@ +-- ftd.text: hello world \ No newline at end of file