diff --git a/themes/hellug-bootstrap/layouts/_default/events.html b/themes/hellug-bootstrap/layouts/_default/events.html
index 6eb8aea..f90bbb5 100644
--- a/themes/hellug-bootstrap/layouts/_default/events.html
+++ b/themes/hellug-bootstrap/layouts/_default/events.html
@@ -40,7 +40,7 @@
{{.Content | safeHTML }}
- {{- partial "short-link.html" }}
+ {{- partial "short-link.html" . }}
diff --git a/themes/hellug-bootstrap/layouts/partials/short-link.html b/themes/hellug-bootstrap/layouts/partials/short-link.html
index 3ab95b1..758d55e 100644
--- a/themes/hellug-bootstrap/layouts/partials/short-link.html
+++ b/themes/hellug-bootstrap/layouts/partials/short-link.html
@@ -1,5 +1,5 @@
{{- if .Params.aliases }}
{{- range first 1 .Params.aliases }}
-🔗Σύντομος σύνδεσμος σε αυτό το άρθρο
+🔗Σύντομος σύνδεσμος εδώ
{{- end }}
{{- end }}