Skip to content

Commit ab545b5

Browse files
committed
baseurl rejigging
1 parent b3b12e6 commit ab545b5

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Diff for: _config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: Nimbus API
1111
tagline: 'A Messaging API for Cloud Applications'
1212
description: 'Nimbus API is a .NET API for building messaging applications with Azure Service Bus, Windows Service Bus, and Redis'
1313
url: http:/nimbusapi.com
14-
baseurl: /
14+
baseurl:
1515

1616
author:
1717
name: 'NimbusAPI'

Diff for: _includes/head.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
</title>
1616

1717
<!-- 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">
2121
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
2222

2323
<!-- 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">
2626

2727
<!-- RSS -->
2828
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">

Diff for: _includes/sidebar.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<div class="container sidebar-sticky">
33
<div class="sidebar-about">
44
<h1>
5-
<a href="{{ site.baseurl }}">
5+
<a href="{{ site.baseurl }}/">
66
{{ site.title }}
77
</a>
88
</h1>
99
<p class="lead">{{ site.description }}</p>
1010
</div>
1111

1212
<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>
1414

1515
{% comment %}
1616
The code below dynamically generates a sidebar nav of pages with

0 commit comments

Comments
 (0)