Skip to content

Commit 3f054ed

Browse files
committed
Fix paths
1 parent 9dd7356 commit 3f054ed

File tree

1 file changed

+2
-2
lines changed
  • websites/quarto-meta-includes/_snippets

1 file changed

+2
-2
lines changed

websites/quarto-meta-includes/_snippets/facts.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
{{< meta state >}}'s official flower is the {{< meta flower >}}, pictured below:
44

5-
![The official {{< meta state >}} state flower, the {{< meta flower >}}](../images/{{< meta state-abbr >}}/flower.png)
5+
![The official {{< meta state >}} state flower, the {{< meta flower >}}](/images/{{< meta state-abbr >}}/flower.png)
66

77
Lastly, {{< meta state >}}'s official animal is the {{< meta animal >}}, pictured below:
88

9-
![The official {{< meta state >}} state animal, the {{< meta animal >}}](../images/{{< meta state-abbr >}}/animal.png)
9+
![The official {{< meta state >}} state animal, the {{< meta animal >}}](/images/{{< meta state-abbr >}}/animal.png)
1010

1111

0 commit comments

Comments
 (0)