File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 "/>
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
6
- < meta name ="title " content ="My custom Blog "/>
6
+ < meta name ="title " content ="Go Simple SSG "/>
7
7
< meta name ="description " content ="This is my custom blog "/>
8
8
9
9
< link rel ="stylesheet " href ="./index.css ">
10
- < title > My custom Blog </ title >
10
+ < title > Go Simple SSG </ title >
11
11
</ head >
12
12
< body >
13
13
< div class ="container ">
14
14
< nav class ="header ">
15
- < a href ="/ " class ="header__title "> My custom Blog </ a >
15
+ < a href ="/ " class ="header__title "> Go Simple SSG </ a >
16
16
< ul class ="header__links ">
17
17
< li class ="header__links_item ">
18
18
< a href ="/ " class ="header__links__item__link "> Home</ a >
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 "/>
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
6
- < meta name ="title " content ="My custom Blog "/>
6
+ < meta name ="title " content ="Go Simple SSG "/>
7
7
< meta name ="description " content ="description "/>
8
8
< title > Test</ title >
9
9
12
12
< body >
13
13
< div class ="container ">
14
14
< nav class ="header ">
15
- < a href ="/ " class ="header__title "> My custom Blog </ a >
15
+ < a href ="/ " class ="header__title "> Go Simple SSG </ a >
16
16
< ul class ="header__links ">
17
17
< li class ="header__links_item ">
18
18
< a href ="/ " class ="header__links__item__link "> Home</ a >
Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="utf-8 "/>
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
6
- < meta name ="title " content ="My custom Blog "/>
6
+ < meta name ="title " content ="Go Simple SSG "/>
7
7
< meta name ="description " content ="description "/>
8
8
< title > SSG</ title >
9
9
12
12
< body >
13
13
< div class ="container ">
14
14
< nav class ="header ">
15
- < a href ="/ " class ="header__title "> My custom Blog </ a >
15
+ < a href ="/ " class ="header__title "> Go Simple SSG </ a >
16
16
< ul class ="header__links ">
17
17
< li class ="header__links_item ">
18
18
< a href ="/ " class ="header__links__item__link "> Home</ a >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
13
13
func main () {
14
14
baseConfig := config .NewConfig (config.Config {
15
15
SiteInfo : config.SiteInfo {
16
- Title : "My custom Blog " ,
16
+ Title : "Go Simple SSG " ,
17
17
Description : "This is my custom blog" ,
18
18
},
19
19
})
You can’t perform that action at this time.
0 commit comments