Skip to content

Commit c2b7e94

Browse files
committed
add page location
1 parent 3e46edf commit c2b7e94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ title: This week in Rust-WASM
1717
email: sendilkumarn@live.com
1818
description: >- # this means to ignore newlines until "baseurl:"
1919
Stay up to date with events, learning resources, and recent developments in Rust WASM community.
20-
baseurl: "" # the subpath of your site, e.g. /blog
20+
baseurl: "/posts" # the subpath of your site, e.g. /blog
2121
url: "https://github.com/rustwasm/this-week-in-rust-wasm" # the base hostname & protocol for your site, e.g. http://example.com
2222
twitter_username: sendilkumarn
2323
github_username: sendilkumarn

_posts/2018-04-02-welcome-to-this-week-in-rust.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: post
33
title: "Welcome to this week in Rust-WASM!"
44
date: 2018-04-02 19:01:46 +0200
5-
categories: updates
5+
categories: posts
66
---
77
Hello and welcome to the first issue of *This Week in Rust+WASM*!
88

0 commit comments

Comments
 (0)