diff --git a/_includes/post-event.html b/_includes/post-event.html index 823da755ab110db373b7ad3c8307a9871c6934e6..473ef95ec283168b18588663d8f1f57558c5537d 100644 --- a/_includes/post-event.html +++ b/_includes/post-event.html @@ -31,7 +31,7 @@ {% if event.eventics %} <a href="{{ event.eventics }}">Dieses Event in den Kalender Importieren</a><br> {% endif %} - <a href="{{ site.baseurl }}{{event.url}}" style="color:#D0D0D0; text-decoration:none;">event.xml</a> + <a href="{{ site.baseurl }}{{event.url}}" style="color:#D0D0D0; text-decoration:none; background: none;">event.xml</a> {% assign eventurl = event.url %} {% assign eventurl = eventurl | prepend: site.baseurl | prepend: site.url %} <!--<a href="{{ eventurl }}" type="text/calendar">Event Importieren</a>-->