Skip to content

Commit

Permalink
static files linking issue
Browse files Browse the repository at this point in the history
Static file linking is via front matter parent-child relationships, not local file structure.
  • Loading branch information
kevshin2002 committed May 10, 2024
1 parent dab93c7 commit 4768ce4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion source/Example/Example.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: default
title: An Example
nav_order: 7
permalink: /Example
parent: Tutorials
has_toc: false
has_children: true
---
Expand All @@ -15,7 +16,7 @@ has_children: true

For our starter kit, we will be making a photogallery website that uses a server to store images. We'll outline the design process and go over our front and backend code.

![Photogallery](../assets/images/photogallery.jpg)
![Photogallery](../source/assets/images/photogallery.jpg)

[Previous: RESTful](Backend/RESTful){: .float-left .v-align-text-top}
[Next: Getting Started](Example/Getting Started){: .float-right .v-align-text-top}
2 changes: 1 addition & 1 deletion source/Tutorials/Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ has_children: true

Oh no, you found an empty section!

![Raccoon-Rave](../assets/images/raccoon-rave.gif)
![Raccoon-Rave](source/assets/images/raccoon-rave.gif)

Carry on, happy hacking!

Expand Down

0 comments on commit 4768ce4

Please sign in to comment.