File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ title: Nimbus API
11
11
tagline : ' A Messaging API for Cloud Applications'
12
12
description : ' Nimbus API is a .NET API for building messaging applications with Azure Service Bus, Windows Service Bus, and Redis'
13
13
url : http:/nimbusapi.com
14
- baseurl : /
14
+ baseurl :
15
15
16
16
author :
17
17
name : ' NimbusAPI'
Original file line number Diff line number Diff line change 15
15
</ title >
16
16
17
17
<!-- CSS -->
18
- < link rel ="stylesheet " href ="{{ site.baseurl }}public/css/poole.css ">
19
- < link rel ="stylesheet " href ="{{ site.baseurl }}public/css/syntax.css ">
20
- < link rel ="stylesheet " href ="{{ site.baseurl }}public/css/hyde.css ">
18
+ < link rel ="stylesheet " href ="{{ site.baseurl }}/ public/css/poole.css ">
19
+ < link rel ="stylesheet " href ="{{ site.baseurl }}/ public/css/syntax.css ">
20
+ < link rel ="stylesheet " href ="{{ site.baseurl }}/ public/css/hyde.css ">
21
21
< link rel ="stylesheet " href ="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface ">
22
22
23
23
<!-- Icons -->
24
- < link rel ="apple-touch-icon-precomposed " sizes ="144x144 " href ="{{ site.baseurl }}public/apple-touch-icon-144-precomposed.png ">
25
- < link rel ="shortcut icon " href ="{{ site.baseurl }}public/favicon.ico ">
24
+ < link rel ="apple-touch-icon-precomposed " sizes ="144x144 " href ="{{ site.baseurl }}/ public/apple-touch-icon-144-precomposed.png ">
25
+ < link rel ="shortcut icon " href ="{{ site.baseurl }}/ public/favicon.ico ">
26
26
27
27
<!-- RSS -->
28
28
< link rel ="alternate " type ="application/rss+xml " title ="RSS " href ="/atom.xml ">
Original file line number Diff line number Diff line change 2
2
< div class ="container sidebar-sticky ">
3
3
< div class ="sidebar-about ">
4
4
< h1 >
5
- < a href ="{{ site.baseurl }} ">
5
+ < a href ="{{ site.baseurl }}/ ">
6
6
{{ site.title }}
7
7
</ a >
8
8
</ h1 >
9
9
< p class ="lead "> {{ site.description }}</ p >
10
10
</ div >
11
11
12
12
< nav class ="sidebar-nav ">
13
- < a class ="sidebar-nav-item{% if page.url == site.baseurl %} active{% endif %} " href ="{{ site.baseurl }} "> Home</ a >
13
+ < a class ="sidebar-nav-item{% if page.url == site.baseurl %} active{% endif %} " href ="{{ site.baseurl }}/ "> Home</ a >
14
14
15
15
{% comment %}
16
16
The code below dynamically generates a sidebar nav of pages with
You can’t perform that action at this time.
0 commit comments