From 51e5f87d2dfe1a1f8bb34ee313b333585e88eee8 Mon Sep 17 00:00:00 2001 From: Daniel Fletcher <90067982+DanielTheFletch@users.noreply.github.com> Date: Sat, 16 Dec 2023 19:43:25 -0500 Subject: [PATCH] Fix relative URL paths --- _includes/footer.html | 6 +-- _includes/navigation.html | 2 +- _layouts/default.html | 4 +- _posts/2023-12-14-placeholder-post.md | 38 +++++++++---------- _projects/proj-caesars-cipher.html | 2 +- _projects/proj-cash-register.html | 2 +- _projects/proj-palindrome-checker.html | 2 +- _projects/proj-personal-portfolio.html | 2 +- _projects/proj-product-landing-page.html | 2 +- _projects/proj-random-quote-machine.html | 2 +- _projects/proj-recipes-from-hyrule.html | 2 +- _projects/proj-roman-numeral-converter.html | 2 +- _projects/proj-survey-form.html | 2 +- .../proj-technical-documentation-page.html | 2 +- .../proj-telephone-number-validator.html | 2 +- _projects/proj-tribute-page.html | 2 +- activity.html | 2 +- index.html | 14 +++---- projects.html | 4 +- 19 files changed, 47 insertions(+), 47 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index 87ef236..17cda3a 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -32,7 +32,7 @@
{% for item in site.data.navigation %}{{ page.desc }}
The Odin Project places immense focus on working in your own environment and overcoming any related logistical hurdles. For my first project, I felt that this should be the main focus—I had never worked with Git before, and I already had prior HTML/CSS experience from freeCodeCamp certifications.
{% assign survey_form_project = site.projects | find: "title", "Survey Form" %} -That said, I still ended up with a website that I like! I incorporated content from The Legend of Zelda: Tears of the Kingdom (wait... haven't I done that before?) to devise a simple recipe index, featuring three in-game recipes.
+That said, I still ended up with a website that I like! I incorporated content from The Legend of Zelda: Tears of the Kingdom (wait... haven't I done that before?) to devise a simple recipe index, featuring three in-game recipes.
Relevant links:
{{ latest.title }}
Written by Daniel Fletcher
diff --git a/index.html b/index.html index 1d6c345..d5ce70f 100644 --- a/index.html +++ b/index.html @@ -45,17 +45,17 @@