From 8b448f3fab4e801d138ab460303e75317bb7d3cd Mon Sep 17 00:00:00 2001 From: Fanis Dokianakis Date: Sat, 29 Jun 2024 00:44:53 +0300 Subject: [PATCH] fix short link --- themes/hellug-bootstrap/layouts/_default/events.html | 2 +- themes/hellug-bootstrap/layouts/partials/short-link.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}