Skip to content

Commit 450fbc4

Browse files
committed
fix sidebar
1 parent 33bb80a commit 450fbc4

File tree

4 files changed

+42
-44
lines changed

4 files changed

+42
-44
lines changed

.idea/workspace.xml

Lines changed: 36 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gems: [jekyll-paginate]
88
# Permalinks
99
#
1010
# Use of `relative_permalinks` ensures post links from the index work properly.
11-
permalink: none
11+
permalink: /:title.html
1212

1313
# Setup
1414
title: Stardust's Blog

_includes/head.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
</title>
1616

1717
<!-- CSS -->
18-
<link rel="stylesheet" href="{{ site.baseurl }}/../public/css/naringu.css">
19-
<link rel="stylesheet" href="{{ site.baseurl }}/../public/css/syntax.css">
20-
<link rel="stylesheet" href="{{ site.baseurl }}/../public/css/form.css">
18+
<link rel="stylesheet" href="{{ site.baseurl }}public/css/naringu.css">
19+
<link rel="stylesheet" href="{{ site.baseurl }}public/css/syntax.css">
20+
<link rel="stylesheet" href="{{ site.baseurl }}public/css/form.css">
2121
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
2222

2323
<!-- Icons -->
24-
<link rel="shortcut icon" href=".{{ site.baseurl }}/../public/favicon.ico">
24+
<link rel="shortcut icon" href=".{{ site.baseurl }}public/favicon.ico">
2525

2626
<!-- RSS -->
2727
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.baseurl }}atom.xml">

_includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{% endfor %}
2828

2929
<a class="sidebar-nav-item" href="https://github.com/finalxcode/stardust.github.io">GitHub</a>
30-
<span class="sidebar-nav-item">Version {{ site.version }}</span>
30+
<!--<span class="sidebar-nav-item">Version {{ site.version }}</span>-->
3131
</nav>
3232

3333
<div class="sidebar-item">

0 commit comments

Comments
 (0)