Skip to content

Commit

Permalink
fixed baseurl setting - renamed to siteurl
Browse files Browse the repository at this point in the history
  • Loading branch information
nougad committed Aug 18, 2013
1 parent 0d2496f commit 50dab71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -5,7 +5,7 @@ permalink: /:title
rdiscount:
extensions: [smart]

baseurl: http://vimberlin.de
siteurl: http://vimberlin.de

locations:
launchco:
Expand Down
2 changes: 1 addition & 1 deletion _plugins/ical_generator.rb
Expand Up @@ -42,7 +42,7 @@ def generate(site)
event.dtstart = Time.parse post.data['when']
event.dtend = Time.parse post.data['ends']
event.location = location
event.url = site.config['baseurl'] + post.url
event.url = site.config['siteurl'] + post.url
end
end
end
Expand Down

0 comments on commit 50dab71

Please sign in to comment.