Skip to content
Snippets Groups Projects
Commit a12e2924 authored by Timuçin Boldt's avatar Timuçin Boldt :bike:
Browse files

add ics link to events

parent a791e763
Branches
No related tags found
No related merge requests found
...@@ -45,3 +45,6 @@ lightTheme: ...@@ -45,3 +45,6 @@ lightTheme:
shareOn: shareOn:
other: "Teilen bei" other: "Teilen bei"
addToCalendar:
other: "Zum Kalender hinzufügen."
...@@ -45,3 +45,6 @@ lightTheme: ...@@ -45,3 +45,6 @@ lightTheme:
shareOn: shareOn:
other: "Share on" other: "Share on"
addToCalendar:
other: "Add to your calendar."
...@@ -28,6 +28,8 @@ ...@@ -28,6 +28,8 @@
</ul> </ul>
{{ end }} {{ end }}
</div> </div>
{{ with .OutputFormats.Get "calendar" -}}
<p><a href="{{ .Permalink | safeURL }}">{{i18n "addToCalendar"}}</a></p>
{{- end }}
<div>{{ partial "share-buttons.html" . }}</div> <div>{{ partial "share-buttons.html" . }}</div>
</div> </div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment