mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-18 20:10:12 +01:00
Update _plugins/events_to_ics.rb
This commit is contained in:
parent
16a3832b48
commit
8dff843b1d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module Jekyll
|
|||
|
||||
# Render Markdown content to plain text
|
||||
markdown_parser = Redcarpet::Markdown.new(Redcarpet::Render::StripDown)
|
||||
description = markdown_parser.render(content) + "\nMore info at #{site.config['url']}#{event.url}"
|
||||
description = markdown_parser.render(content) + "\nMehr Infos unter #{site.config['url']}#{event.url}"
|
||||
|
||||
# Create new event and set its properties
|
||||
ical_event = Icalendar::Event.new
|
||||
|
|
Loading…
Reference in a new issue