diff --git a/themes/hellug-bootstrap/layouts/_default/events.html b/themes/hellug-bootstrap/layouts/_default/events.html
index f90bbb5..6eb8aea 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 758d55e..3ab95b1 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 }}