13
13
< meta name ="generator " content ="Hugo 0.19 " />
14
14
15
15
16
- < link rel ="canonical " href ="{{ site-url }} / ">
16
+ < link rel ="canonical " href ="/ ">
17
17
18
18
< meta name ="author " content ="Eve ">
19
19
20
20
21
- < meta property ="og:url " content ="{{ site-url }} / ">
21
+ < meta property ="og:url " content ="/ ">
22
22
< meta property ="og:title " content ="Eve Documentation ">
23
23
24
24
< meta name ="apple-mobile-web-app-title " content ="Eve Documentation ">
25
25
< meta name ="apple-mobile-web-app-capable " content ="yes ">
26
26
< meta name ="apple-mobile-web-app-status-bar-style " content ="black-translucent ">
27
27
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 ">
30
30
31
31
< style >
32
32
@font-face {
33
33
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' )
36
36
format ('embedded-opentype' ),
37
- url ('{{ site-url }} /fonts/icon.woff?52m981' )
37
+ url ('/fonts/icon.woff?52m981' )
38
38
format ('woff' ),
39
- url ('{{ site-url }} /fonts/icon.ttf?52m981' )
39
+ url ('/fonts/icon.ttf?52m981' )
40
40
format ('truetype' ),
41
- url ('{{ site-url }} /fonts/icon.svg?52m981#icon' )
41
+ url ('/fonts/icon.svg?52m981#icon' )
42
42
format ('svg' );
43
43
font-weight : normal;
44
44
font-style : normal;
45
45
}
46
46
</ style >
47
47
48
- < link rel ="stylesheet " href ="{{ site-url }} /css/style.css ">
48
+ < link rel ="stylesheet " href ="/css/style.css ">
49
49
50
50
< link rel ="stylesheet " href ="//fonts.googleapis.com/css?family=Ubuntu:400,700|Ubuntu+Mono ">
51
51
< style >
57
57
}
58
58
</ style >
59
59
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 " />
62
62
63
63
64
64
</ head >
69
69
< a href ="http://witheve.com ">
70
70
< div class ="logo ">
71
71
< 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 >
73
73
</ div >
74
74
</ a >
75
75
< div class ="flex-spacer "> </ div >
76
76
< nav >
77
77
< a class ="btn rounded cta secondary play-cta " href ="http://play.witheve.com "> Play</ a >
78
78
79
79
< a href ="http://incidentalcomplexity.com "> Blog</ a >
80
- < a href ="{{ site-url }} "> Docs</ a >
80
+ < a href ="/ "> Docs</ a >
81
81
< a href ="https://groups.google.com/forum/#!forum/eve-talk "> Community</ a >
82
82
</ nav >
83
83
</ header >
@@ -88,8 +88,8 @@ <h1><img alt="EVE" src="{{ site-url }}/images/eve.svg" /></h1>
88
88
< div class ="version-wrapper ">
89
89
< h2 > Which version of Eve are you running?</ h2 >
90
90
< 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 >
93
93
</ div >
94
94
</ div >
95
95
</ div >
0 commit comments