Skip to content

Commit 8b59f60

Browse files
committed
remove site-url, change favicon
1 parent 2f98595 commit 8b59f60

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

index.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,39 +13,39 @@
1313
<meta name="generator" content="Hugo 0.19" />
1414

1515

16-
<link rel="canonical" href="{{ site-url }}/">
16+
<link rel="canonical" href="/">
1717

1818
<meta name="author" content="Eve">
1919

2020

21-
<meta property="og:url" content="{{ site-url }}/">
21+
<meta property="og:url" content="/">
2222
<meta property="og:title" content="Eve Documentation">
2323

2424
<meta name="apple-mobile-web-app-title" content="Eve Documentation">
2525
<meta name="apple-mobile-web-app-capable" content="yes">
2626
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
2727

28-
<link rel="shortcut icon" type="image/x-icon" href="{{ site-url }}/images/favicon.png">
29-
<link rel="icon" type="image/x-icon" href="{{ site-url }}/images/favicon.png">
28+
<link rel="shortcut icon" type="image/x-icon" href="https://witheve.github.io/assets/images/favicon.png">
29+
<link rel="icon" type="image/x-icon" href="https://witheve.github.io/assets/images/favicon.png">
3030

3131
<style>
3232
@font-face {
3333
font-family: 'Icon';
34-
src: url('{{ site-url }}/fonts/icon.eot?52m981');
35-
src: url('{{ site-url }}/fonts/icon.eot?#iefix52m981')
34+
src: url('/fonts/icon.eot?52m981');
35+
src: url('/fonts/icon.eot?#iefix52m981')
3636
format('embedded-opentype'),
37-
url('{{ site-url }}/fonts/icon.woff?52m981')
37+
url('/fonts/icon.woff?52m981')
3838
format('woff'),
39-
url('{{ site-url }}/fonts/icon.ttf?52m981')
39+
url('/fonts/icon.ttf?52m981')
4040
format('truetype'),
41-
url('{{ site-url }}/fonts/icon.svg?52m981#icon')
41+
url('/fonts/icon.svg?52m981#icon')
4242
format('svg');
4343
font-weight: normal;
4444
font-style: normal;
4545
}
4646
</style>
4747

48-
<link rel="stylesheet" href="{{ site-url }}/css/style.css">
48+
<link rel="stylesheet" href="/css/style.css">
4949

5050
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Ubuntu:400,700|Ubuntu&#43;Mono">
5151
<style>
@@ -57,8 +57,8 @@
5757
}
5858
</style>
5959

60-
<link href="{{ site-url }}/index.xml" rel="alternate" type="application/rss+xml" title="Eve Documentation" />
61-
<link href="{{ site-url }}/index.xml" rel="feed" type="application/rss+xml" title="Eve Documentation" />
60+
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Eve Documentation" />
61+
<link href="/index.xml" rel="feed" type="application/rss+xml" title="Eve Documentation" />
6262

6363

6464
</head>
@@ -69,15 +69,15 @@
6969
<a href="http://witheve.com">
7070
<div class="logo">
7171
<img src="https://witheve.github.io/assets/images/logo_square.png" />
72-
<h1><img alt="EVE" src="{{ site-url }}/images/eve.svg" /></h1>
72+
<h1><img alt="EVE" src="/images/eve.svg" /></h1>
7373
</div>
7474
</a>
7575
<div class="flex-spacer"></div>
7676
<nav>
7777
<a class="btn rounded cta secondary play-cta" href="http://play.witheve.com">Play</a>
7878

7979
<a href="http://incidentalcomplexity.com">Blog</a>
80-
<a href="{{ site-url }}">Docs</a>
80+
<a href="/">Docs</a>
8181
<a href="https://groups.google.com/forum/#!forum/eve-talk">Community</a>
8282
</nav>
8383
</header>
@@ -88,8 +88,8 @@ <h1><img alt="EVE" src="{{ site-url }}/images/eve.svg" /></h1>
8888
<div class="version-wrapper">
8989
<h2>Which version of Eve are you running?</h2>
9090
<div class="version">
91-
<a class="btn big rounded cta tertiary version-btn" href="{{ site-url }}/v0.2/index.html">v0.2 Documentation</a>
92-
<a class="btn big rounded cta tertiary version-btn" href="{{ site-url }}/v0.3/index.html">v0.3 Documentation</a>
91+
<a class="btn big rounded cta tertiary version-btn" href="/v0.2/index.html">v0.2 Documentation</a>
92+
<a class="btn big rounded cta tertiary version-btn" href="/v0.3/index.html">v0.3 Documentation</a>
9393
</div>
9494
</div>
9595
</div>

0 commit comments

Comments
 (0)