Skip to content

Commit

Permalink
Merge pull request #126 from netz39/feat/events/link
Browse files Browse the repository at this point in the history
feat/restore event link
  • Loading branch information
MG-5 authored Apr 10, 2024
2 parents ab9afb2 + 8dff843 commit d216422
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 @@ -30,7 +30,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) + "\nMehr Infos unter #{site.config['url']}#{event.url}"

# Create new event and set its properties
ical_event = Icalendar::Event.new
Expand Down

0 comments on commit d216422

Please sign in to comment.