From 181c12376e5d2a9b5d30ca35a8e74264c41a5966 Mon Sep 17 00:00:00 2001 From: Hamed Pourkhaleghi Date: Thu, 6 Feb 2025 23:07:04 +0330 Subject: [PATCH] feat: make phone number a clickable link in footer (#1031) Co-authored-by: Emruz Hossain --- layouts/partials/footer.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index c04bd7a..78e80e5 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -106,7 +106,9 @@ {{ $value }} {{ else if (eq $key "phone") }} -
  • {{ $value }}
  • +
  • + {{ $value }} +
  • {{ else if (eq $key "linkedin") }}
  • {{ $author.name }}