restore event link

This commit is contained in:
teuserer 2024-04-01 22:09:22 +02:00
parent ab7f4841d0
commit 16a3832b48

View file

@ -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)
description = markdown_parser.render(content) + "\nMore info at #{site.config['url']}#{event.url}"
# Create new event and set its properties
ical_event = Icalendar::Event.new