diff options
Diffstat (limited to 'themes/simple/layouts/_default/single.html')
| -rw-r--r-- | themes/simple/layouts/_default/single.html | 4 |
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 | ||
