Skip to content

Commit

Permalink
Merge pull request #3 from kirso/master-1
Browse files Browse the repository at this point in the history
Update ch2.md
  • Loading branch information
ohansemmanuel authored Aug 26, 2023
2 parents cdbe4bf + dd562ee commit 4932630
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ch2.md
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,11 @@ Consider the starting `index.astro` page below:

Conceptually, we could compose the `index.astro` component from two smaller components: `Head` and `Body`.

![Composing the index page from the Head and Body components](images/ch2/c-2.png width=300)
<figure>
<img src="images/ch2/c-2.png" width="70%" alt="Composing the index page from the Head and Body components." align="center">
<figcaption><em>Composing the index page from the Head and Body components.</em></figcaption>
<br><br><br>
</figure>

Here’s how:

Expand Down

0 comments on commit 4932630

Please sign in to comment.