11<!DOCTYPE html>
2- < html lang ="en ">
2+ < html lang ="en-us ">
33 < head >
44 < meta charset ="utf-8 ">
55 < meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 ">
66
7- < title > Codefresh CLI Documentation | Categories</ title >
7+ < title > My New Hugo Site | Categories</ title >
88 < meta name ="HandheldFriendly " content ="True ">
99 < meta name ="MobileOptimized " content ="320 ">
1010
1515 < META NAME ="ROBOTS " CONTENT ="NOINDEX, NOFOLLOW ">
1616
1717
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 " />
1919
2020
2121
2222
2323
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 " />
2626
2727
2828 < meta property ="og:title " content ="Categories " />
2929< meta property ="og:description " content ="" />
3030< 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/ " />
3232
3333
3434
5757
5858
5959
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'); ">
6161 < div class ="bg-black-60 ">
6262 < nav class ="pv3 ph3 ph4-ns " role ="navigation ">
6363 < 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
6666 </ a >
6767 < div class ="flex-l items-center ">
6868
@@ -106,8 +106,8 @@ <h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
106106 </ main >
107107 < footer class ="bg-near-black bottom-0 w-100 pa3 " role ="contentinfo ">
108108 < 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
111111 </ a >
112112
113113
@@ -121,7 +121,7 @@ <h1 class="f2 f-subheadline-l fw2 white-90 mb0 lh-title">
121121 </ div >
122122</ footer >
123123
124- < script src ="http://docuapi.com /dist/app.bundle.js " async > </ script >
124+ < script src ="http://example.org /dist/app.bundle.js " async > </ script >
125125
126126 </ body >
127127</ html >
0 commit comments