Update _config.yml

This commit is contained in:
Aşkın Gedik 2015-12-27 18:05:54 +02:00
parent d063ad3718
commit e24dc7055b
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -16,7 +16,7 @@
<div class="trigger">
{% for my_page in site.nav_bars %}
{% if my_page.title %}
<a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
<a class="page-link" href="{{ my_page.url }}">{{ my_page.title }}</a>
{% endif %}
{% endfor %}