1
1
<!DOCTYPE html>
2
- < html lang ="en ">
2
+ < html lang ="en-us ">
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 ">
6
6
7
- < title > Codefresh CLI Documentation | Categories</ title >
7
+ < title > My New Hugo Site | Categories</ title >
8
8
< meta name ="HandheldFriendly " content ="True ">
9
9
< meta name ="MobileOptimized " content ="320 ">
10
10
15
15
< META NAME ="ROBOTS " CONTENT ="NOINDEX, NOFOLLOW ">
16
16
17
17
18
- < link href ='http://docuapi.com /dist/main.css ' rel ='stylesheet ' type ="text/css " />
18
+ < link href ='http://example.org /dist/main.css ' rel ='stylesheet ' type ="text/css " />
19
19
20
20
21
21
22
22
23
23
24
- < link href ="http://docuapi.com /categories/index.xml " rel ="alternate " type ="application/rss+xml " title ="Codefresh CLI Documentation " />
25
- < link href ="http://docuapi.com /categories/index.xml " rel ="feed " type ="application/rss+xml " title ="Codefresh CLI Documentation " />
24
+ < link href ="http://example.org /categories/index.xml " rel ="alternate " type ="application/rss+xml " title ="My New Hugo Site " />
25
+ < link href ="http://example.org /categories/index.xml " rel ="feed " type ="application/rss+xml " title ="My New Hugo Site " />
26
26
27
27
28
28
< meta property ="og:title " content ="Categories " />
29
29
< meta property ="og:description " content ="" />
30
30
< meta property ="og:type " content ="website " />
31
- < meta property ="og:url " content ="http://docuapi.com /categories/ " />
31
+ < meta property ="og:url " content ="http://example.org /categories/ " />
32
32
33
33
34
34
57
57
58
58
59
59
60
- < header class ="cover bg-top " style ="background-image: url('http://docuapi.com /images/gohugo-default-sample-hero-image.jpg'); ">
60
+ < header class ="cover bg-top " style ="background-image: url('http://example.org /images/gohugo-default-sample-hero-image.jpg'); ">
61
61
< div class ="bg-black-60 ">
62
62
< nav class ="pv3 ph3 ph4-ns " role ="navigation ">
63
63
< div class ="flex-l justify-between items-center center ">
64
- < a href ="http://docuapi.com / " class ="f3 fw2 hover-white no-underline white-90 dib ">
65
- Codefresh CLI Documentation
64
+ < a href ="http://example.org / " class ="f3 fw2 hover-white no-underline white-90 dib ">
65
+ My New Hugo Site
66
66
</ a >
67
67
< div class ="flex-l items-center ">
68
68
@@ -106,8 +106,8 @@ <h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
106
106
</ main >
107
107
< footer class ="bg-near-black bottom-0 w-100 pa3 " role ="contentinfo ">
108
108
< div class ="flex justify-between ">
109
- < a class ="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3 " href ="http://docuapi.com / " >
110
- © 2018 Codefresh CLI Documentation
109
+ < a class ="f4 fw4 hover-white no-underline white-70 dn dib-ns pv2 ph3 " href ="http://example.org / " >
110
+ © 2018 My New Hugo Site
111
111
</ a >
112
112
113
113
@@ -121,7 +121,7 @@ <h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
121
121
</ div >
122
122
</ footer >
123
123
124
- < script src ="http://docuapi.com /dist/app.bundle.js " async > </ script >
124
+ < script src ="http://example.org /dist/app.bundle.js " async > </ script >
125
125
126
126
</ body >
127
127
</ html >
0 commit comments