aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/_default/single.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-08-28 06:57:17 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-08-28 06:57:17 +0200
commit3450458c95369f7f4eee4f437317edbfebfb7e11 (patch)
tree381b4ff9814c5fd638ac5300284ce1ad3db6389d /themes/simple/layouts/_default/single.html
parent963526f0a8a54279399bf82edf2d8b25215c75b8 (diff)
downloadmitjafelicijan.com-3450458c95369f7f4eee4f437317edbfebfb7e11.tar.gz
Fixed missing link decorations
Diffstat (limited to 'themes/simple/layouts/_default/single.html')
-rw-r--r--themes/simple/layouts/_default/single.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/simple/layouts/_default/single.html b/themes/simple/layouts/_default/single.html
index 77071bb..6fe8253 100644
--- a/themes/simple/layouts/_default/single.html
+++ b/themes/simple/layouts/_default/single.html
@@ -24,9 +24,9 @@
24 {{ if in .Type "posts" }} 24 {{ if in .Type "posts" }}
25 <section class="mb-10"> 25 <section class="mb-10">
26 <p class="mb-4"> 26 <p class="mb-4">
27 <strong>Comment, contact:</strong> The easiest way to contact me is by writing me a message on <a href="https://t.me/mitjafelicijan" target="_blank">Telegram (https://t.me/mitjafelicijan)</a>. 27 <strong>Comment, contact:</strong> The easiest way to contact me is by writing me a message on <a href="https://t.me/mitjafelicijan" target="_blank" class="underline hover:bg-yellow-100">Telegram (https://t.me/mitjafelicijan)</a>.
28 </p> 28 </p>
29 <p>You can also just write me an email at <a href="mailto:m@mitjafelicijan.com">m@mitjafelicijan.com</a>.</p> 29 <p>You can also just write me an email at <a href="mailto:m@mitjafelicijan.com" class="underline hover:bg-yellow-100">m@mitjafelicijan.com</a>.</p>
30 </section> 30 </section>
31 {{ end }} 31 {{ end }}
32 32