File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import HeaderLink from './HeaderLink.astro';
99 <div class =" internal-links" >
1010 <HeaderLink href =" /" >Home</HeaderLink >
1111 <HeaderLink href =" /lessons" >Lessons</HeaderLink >
12- <HeaderLink href =" /about " >About </HeaderLink >
12+ <HeaderLink href =" /project " >Project </HeaderLink >
1313 </div >
1414 <div class =" social-links" >
1515 <!--
Original file line number Diff line number Diff line change 11// Place any global data in this file.
22// You can import this data from anywhere in your site by using the `import` keyword.
33
4- export const SITE_TITLE = 'Generative Models Blog ' ;
4+ export const SITE_TITLE = 'Generative Models Course ' ;
55export const SITE_DESCRIPTION = 'Welcome to the Generative Models blog"!' ;
Original file line number Diff line number Diff line change 1- ---
21import AboutHeroImage from ' ../assets/blog-placeholder-about.jpg' ;
32import Layout from ' ../layouts/LessonLayout.astro' ;
4- ---
3+
54
65<Layout
7- title =" About "
6+ title = " Project "
87 description = " Lorem ipsum dolor sit amet"
98 pubDate = { new Date (' August 08 2021' )}
109 heroImage = { AboutHeroImage }
1110>
11+
1212 <p >
13+ this is a test
1314 Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
1415 labore et dolore magna aliqua. Vitae ultricies leo integer malesuada nunc vel risus commodo
1516 viverra. Adipiscing enim eu turpis egestas pretium. Euismod elementum nisi quis eleifend quam
You can’t perform that action at this time.
0 commit comments