From e24dc7055bd0bc9b1b875c52d466ff5bc3024286 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=C5=9Fk=C4=B1n=20Gedik?= Date: Sun, 27 Dec 2015 18:05:54 +0200 Subject: [PATCH] Update _config.yml --- _config.yml | 4 ++-- _includes/header.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 57eabdd..b6da3fb 100644 --- a/_config.yml +++ b/_config.yml @@ -2,8 +2,8 @@ title: Kemal email: dogruyolserdar@gmail.com description: 'Lightning Fast, Super Simple web framework for Crystal. Inspired by Sinatra' -baseurl: "" # the subpath of your site, e.g. /blog -url: "http://yourdomain.com" # the base hostname & protocol for your site +baseurl: "http://serdardogruyol.com/kemal/" # the subpath of your site, e.g. /blog +url: "" # the base hostname & protocol for your site twitter_username: sdogruyol github_username: sdogruyol diff --git a/_includes/header.html b/_includes/header.html index cd06750..2beb9b6 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -16,7 +16,7 @@
{% for my_page in site.nav_bars %} {% if my_page.title %} - {{ my_page.title }} + {{ my_page.title }} {% endif %} {% endfor %}