Skip to content

Commit c6df9c6

Browse files
committed
change something small
1 parent 8bbbbfe commit c6df9c6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/components/Hero.astro

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
<span id="duration">0</span>
3131
</span>
3232
<audio id="audio" src={`${import.meta.env.BASE_URL}/country-roads-john-denver.mp3`}></audio>
33+
|
34+
<p>
35+
<a href="https://www.youtube.com/watch?v=1vrEljMfXYo&list=RDV1bFr2SWP1I&index=4" target="_blank">by John Denver</a>
36+
</p>
3337
</div>
3438
</section>
3539

src/layouts/Base.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import Footer from "../components/Footer.astro";
1313
<meta name="viewport" content="width=device-width" />
1414
<link rel="icon" type="image/jpg" href={`${import.meta.env.BASE_URL}/favicon.JPG`} />
1515
<meta name="generator" content={Astro.generator} />
16-
<title>Readme</title>
16+
<title>livensmi1e</title>
1717
<link
1818
rel="stylesheet"
1919
href="https://cdn.jsdelivr.net/npm/katex@0.15.2/dist/katex.min.css"

0 commit comments

Comments
 (0)