From 49e7e7d555a6cd9810d81561fa3e98e3d64502be Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 25 May 2023 17:34:08 +0200 Subject: Fixed styling --- themes/simple/layouts/_default/notes.html | 4 +++- themes/simple/layouts/partials/comments.html | 4 ++-- themes/simple/layouts/partials/footer.html | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'themes/simple/layouts') diff --git a/themes/simple/layouts/_default/notes.html b/themes/simple/layouts/_default/notes.html index 616234e..e2672e4 100644 --- a/themes/simple/layouts/_default/notes.html +++ b/themes/simple/layouts/_default/notes.html @@ -24,7 +24,9 @@ {{ range (where .Site.RegularPages "Section" "notes") }}
-

{{.Title}}

+ +

{{.Title}}

+

You can write me an email at - m@mitjafelicijan.com or catch up with me - on Telegram. + m@mitjafelicijan.com or catch up with me + on Telegram.

diff --git a/themes/simple/layouts/partials/footer.html b/themes/simple/layouts/partials/footer.html index a0c745f..8367f21 100644 --- a/themes/simple/layouts/partials/footer.html +++ b/themes/simple/layouts/partials/footer.html @@ -3,10 +3,10 @@

This website does not track you. Content is made available under the CC BY 4.0 + rel="noreferrer" class="underline-offset-2 underline hover:text-gray-800">CC BY 4.0 license unless specified otherwise. Blog feed is available as RSS feed. + class="underline-offset-2 underline hover:text-gray-800">RSS feed.

-- cgit v1.2.3