mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Update _config.yml
This commit is contained in:
parent
d063ad3718
commit
e24dc7055b
2 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
||||||
title: Kemal
|
title: Kemal
|
||||||
email: dogruyolserdar@gmail.com
|
email: dogruyolserdar@gmail.com
|
||||||
description: 'Lightning Fast, Super Simple web framework for Crystal. Inspired by Sinatra'
|
description: 'Lightning Fast, Super Simple web framework for Crystal. Inspired by Sinatra'
|
||||||
baseurl: "" # the subpath of your site, e.g. /blog
|
baseurl: "http://serdardogruyol.com/kemal/" # the subpath of your site, e.g. /blog
|
||||||
url: "http://yourdomain.com" # the base hostname & protocol for your site
|
url: "" # the base hostname & protocol for your site
|
||||||
twitter_username: sdogruyol
|
twitter_username: sdogruyol
|
||||||
github_username: sdogruyol
|
github_username: sdogruyol
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
<div class="trigger">
|
<div class="trigger">
|
||||||
{% for my_page in site.nav_bars %}
|
{% for my_page in site.nav_bars %}
|
||||||
{% if my_page.title %}
|
{% 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 %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue