From 45c9bdcee4d52db8de2a7536a33ea05b408f8d03 Mon Sep 17 00:00:00 2001 From: Vincent Menke <vincent.menke@stud.h-da.de> Date: Thu, 23 May 2024 12:57:38 +0200 Subject: [PATCH] fix: fixed calendar spelling --- layouts/_default/calendar.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 layouts/_default/calendar.html diff --git a/layouts/_default/calendar.html b/layouts/_default/calendar.html new file mode 100644 index 0000000..ba8addb --- /dev/null +++ b/layouts/_default/calendar.html @@ -0,0 +1,15 @@ +{{ define "main" }} + <header> + <h2>{{ .Title }}</h2> + <p>{{ .Description }}</p> + {{ if .Site.Params.show_post_dates | default true }} + {{- with .Date }}<time>{{ . | time.Format ":date_medium" }}</time>{{ end }} + {{ end }} + {{ partial "tags.html" . }} + </header> + <p><b style="color:red">Kopiere</b> dir diesen <b><a href="https://cloud.h-da.de/remote.php/dav/public-calendars/DmFSSdyn5AAb6Kfp?export">Link</a></b> und füge ihn in deiner Kalender-App ein um den Kalender zu abonieren</p> + <iframe width="100%" height="1000" src="https://cloud.h-da.de/apps/calendar/embed/DmFSSdyn5AAb6Kfp"></iframe> + + + +{{ end }} \ No newline at end of file -- GitLab