From c6a09a0eb07df0c2b94645daf8b7966d9c9dfd3d Mon Sep 17 00:00:00 2001 From: Florian Klampfer Date: Sat, 15 Apr 2017 20:34:53 +0200 Subject: [PATCH] rename blog post --- ...7-04-15-javascripten-beta.md => 2017-04-15-javascripten.md} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename _posts/{2017-04-15-javascripten-beta.md => 2017-04-15-javascripten.md} (97%) diff --git a/_posts/2017-04-15-javascripten-beta.md b/_posts/2017-04-15-javascripten.md similarity index 97% rename from _posts/2017-04-15-javascripten-beta.md rename to _posts/2017-04-15-javascripten.md index 0bacb101990..8e205f263ee 100644 --- a/_posts/2017-04-15-javascripten-beta.md +++ b/_posts/2017-04-15-javascripten.md @@ -1,10 +1,11 @@ --- layout: post -title: '[BETA] v6: JavaScripten' +title: '[Beta] v6: JavaScripten' tags: [hydejack] description: > The last release made the theme fast in the eyes of Google, but not so much in the eyes of its readers. This release addresses this by adding a layer of JavaScript, effectively turning the whole site into a single page app. +redirect_from: /2017/04/15/javascripten-beta/ --- Hydejack has always featured a JavaScript-heavy sidebar, but other than that, JS has been used sparingly. This changes with this release, which adds a ton of (optional) code that changes the feel of the theme dramatically.