Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit abac240

Browse files
committed
Merge pull request #27 from iojs/blog-list-url-rename
Flytte /blogg.html over til /blogg
2 parents 91b6329 + 9cbe6d8 commit abac240

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ iojsno_git: https://github.com/iojs/iojs-no/
2222
ga_id: UA-59507608-1
2323

2424
relative_permalinks: false
25-
permalink: /post/:year/:month/:day/:title/
25+
permalink: /blogg/:year/:month/:day/:title/
2626
excerpt_separator: <!--more-->
2727
markdown: redcarpet
2828
highlighter: pygments

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="spacer"></div>
55
<a href="/faq.html">FAQ</a>
66
<a href="/es6.html">ES6</a>
7-
<a href="/blogg.html">BLOGG</a>
7+
<a href="/blogg">BLOGG</a>
88
<a href="https://iojs.org/api/">API</a>
99
</div>
1010
</header>

_posts/2015-02-06-februar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: left_align
3+
redirect_from: "/post/2015/02/06/februar/"
34
title: io.js Uken 6. februar 2015
45
date: "2015-02-06 12:00:00 +0100"
56
author: iojs

_posts/2015-02-10-iojs-og-en-nodejs-stiftelse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: left_align
3+
redirect_from: "/post/2015/02/10/iojs-og-en-nodejs-stiftelse/"
34
title: io.js og en node.js-stiftelse
45
date: "2015-02-10 12:00:00 +0100"
56
author: iojs

_posts/2015-02-13-februar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: left_align
3+
redirect_from: "/post/2015/02/13/februar/"
34
title: io.js Uken 7. februar 2015
45
date: "2015-02-13 23:00:00 +0100"
56
author: iojs

blogg.md renamed to blogg/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: left_align
3+
redirect_from: "/blogg.html"
34
title: Blogg
45
---
56

0 commit comments

Comments
 (0)