From d95fc5ca9e6a9c28894514b77e77b6b0eb58fbe9 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 26 Jan 2023 11:36:44 +0100 Subject: A bunch of theme changes and removal of Cactus comments --- themes/simple/layouts/_default/list.html | 5 ++-- themes/simple/layouts/_default/single.html | 13 +++++++-- themes/simple/layouts/partials/comments.html | 30 +++++++------------ themes/simple/layouts/partials/footer.html | 22 +++++++++----- themes/simple/layouts/partials/navigation.html | 12 ++++---- themes/simple/layouts/partials/read-more.html | 2 +- themes/simple/layouts/partials/side-projects.html | 35 +++++++++++++++++++---- 7 files changed, 75 insertions(+), 44 deletions(-) (limited to 'themes/simple/layouts') diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html index 856abf4..8d72aed 100755 --- a/themes/simple/layouts/_default/list.html +++ b/themes/simple/layouts/_default/list.html @@ -9,7 +9,8 @@ {{ range (where .Site.RegularPages "Section" "posts") }}
-

m@mitjafelicijan.com or comment bellow.

-
- - - - -
+

Care to leave a comment?

+

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

+ \ No newline at end of file diff --git a/themes/simple/layouts/partials/footer.html b/themes/simple/layouts/partials/footer.html index 7383ae1..a0c745f 100755 --- a/themes/simple/layouts/partials/footer.html +++ b/themes/simple/layouts/partials/footer.html @@ -1,8 +1,12 @@
-

+


+

This website does not track you. - Content is made available under the CC BY 4.0 license unless specified otherwise. - Blog feed is available as RSS feed. + Content is made available under the CC BY 4.0 + license unless specified otherwise. + Blog feed is available as RSS feed.

@@ -11,9 +15,13 @@ {{ if ne .IsHome true }} - - - + + + {{ end }} {{ if ne .IsHome true }} @@ -51,4 +59,4 @@ } }); -{{ end }} +{{ end }} \ No newline at end of file diff --git a/themes/simple/layouts/partials/navigation.html b/themes/simple/layouts/partials/navigation.html index ba727c5..a463ade 100755 --- a/themes/simple/layouts/partials/navigation.html +++ b/themes/simple/layouts/partials/navigation.html @@ -1,16 +1,18 @@ + \ No newline at end of file diff --git a/themes/simple/layouts/partials/read-more.html b/themes/simple/layouts/partials/read-more.html index d604bfc..a238017 100644 --- a/themes/simple/layouts/partials/read-more.html +++ b/themes/simple/layouts/partials/read-more.html @@ -13,4 +13,4 @@ {{ end }} - + \ No newline at end of file diff --git a/themes/simple/layouts/partials/side-projects.html b/themes/simple/layouts/partials/side-projects.html index 5cca9b6..f675803 100644 --- a/themes/simple/layouts/partials/side-projects.html +++ b/themes/simple/layouts/partials/side-projects.html @@ -1,10 +1,33 @@

Side projects I worked on

-
+ \ No newline at end of file -- cgit v1.2.3