Skip to content

Commit

Permalink
Add ricevimento to the site
Browse files Browse the repository at this point in the history
  • Loading branch information
micheleberetta98 committed Oct 16, 2023
1 parent 6cf6a18 commit 4f872ea
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/ricevimento.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
template: shorturl.html

extra:
shorturl: https://calendar.google.com/calendar/selfsched?sstoken=UUdLaWRTMXJQVWtkfGRlZmF1bHR8N2E0YzZkMGY4N2I4ZTdkOGRhZGZkNTk4NTVmMmNjNDk
---
17 changes: 17 additions & 0 deletions templates/shorturl.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url={{ page.extra.shorturl }}">
<script>
// window.location.href = "{{ page.extra.shorturl }}"
</script>
<title>Page Redirection</title>
</head>

<body>
If you are not redirected automatically, follow this link: <a href="{{ page.extra.shorturl }}">{{ page.extra.shorturl }}</a>.
</body>

</html>

0 comments on commit 4f872ea

Please sign in to comment.