Skip to content

Commit

Permalink
restore event link
Browse files Browse the repository at this point in the history
  • Loading branch information
teuserer committed Apr 1, 2024
1 parent ab7f484 commit 16a3832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _plugins/events_to_ics.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def generate(site)

# 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
Expand Down

0 comments on commit 16a3832

Please sign in to comment.