Skip to content

Commit 59823bd

Browse files
committed
Fix quoting
1 parent c6b5951 commit 59823bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import AboutMe from '../components/AboutMe.astro'
77
import Slider from '../components/slider/Slider.astro'
88
import Portfolio from '../components/portfolio/Portfolio.astro'
99
10-
const title = 'Danny Burrows • Software Engineer';
11-
const description = 'Hello, I'm Danny. I'm part of the HPC Engineering Team at Altos Labs and the Technical Director of Class 7 Consulting. I love writing efficient and robust software to solve complex and interesting problems. Get in touch if you need software expertise.';
10+
const title = "Danny Burrows • Software Engineer";
11+
const description = "Hello, I'm Danny. I'm part of the HPC Engineering Team at Altos Labs and the Technical Director of Class 7 Consulting. I love writing efficient and robust software to solve complex and interesting problems. Get in touch if you need software expertise.";
1212
---
1313
<html lang="en">
1414
<head>

0 commit comments

Comments
 (0)