diff --git a/src/scripts/app.tag b/src/scripts/app.tag index 54fa7ed..145ab87 100644 --- a/src/scripts/app.tag +++ b/src/scripts/app.tag @@ -130,8 +130,8 @@ to(name) { /* This may or may not be used as an event handler */ if (e !== undefined) { e.preventDefault(); + this.menuOff(e); } - this.menuOff(e); this.route(name); return; }).bind(this); diff --git a/src/styles/riotblog.scss b/src/styles/riotblog.scss index 021dec5..6a9abd0 100644 --- a/src/styles/riotblog.scss +++ b/src/styles/riotblog.scss @@ -60,6 +60,7 @@ a { .post-text, .title, .post, .postnav { text-align: center; + text-transform: capitalize; border: 1px; }