From bdc60d7d56b5384f13feaaccef28e63d77f15933 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 3 Nov 2022 20:22:26 +0100 Subject: A bunch of fixes for aria and code cleanup --- themes/simple/layouts/partials/comments.html | 2 +- themes/simple/layouts/partials/head.html | 9 ++++++-- themes/simple/layouts/partials/header.html | 25 ----------------------- themes/simple/layouts/partials/navigation.html | 6 +++--- themes/simple/layouts/partials/read-more.html | 16 +++++++++++++++ themes/simple/layouts/partials/side-projects.html | 10 +++++++++ 6 files changed, 37 insertions(+), 31 deletions(-) delete mode 100755 themes/simple/layouts/partials/header.html create mode 100644 themes/simple/layouts/partials/read-more.html create mode 100644 themes/simple/layouts/partials/side-projects.html (limited to 'themes/simple/layouts/partials') diff --git a/themes/simple/layouts/partials/comments.html b/themes/simple/layouts/partials/comments.html index 70b1d94..b905967 100755 --- a/themes/simple/layouts/partials/comments.html +++ b/themes/simple/layouts/partials/comments.html @@ -12,7 +12,7 @@ defaultHomeserverUrl: "https://matrix.cactus.chat:8448", serverName: "cactus.chat", siteName: "mitjafelicijan.com", - commentSectionId: "{{.File}}", + commentSectionId: "{{ .File }}", pageSize: 50, updateInterval: 10, }); diff --git a/themes/simple/layouts/partials/head.html b/themes/simple/layouts/partials/head.html index 9499df6..256608d 100755 --- a/themes/simple/layouts/partials/head.html +++ b/themes/simple/layouts/partials/head.html @@ -3,15 +3,20 @@ - -{{.Title}} +{{ .Title }} + + + + + + {{ partial "tailwind.html" . }} diff --git a/themes/simple/layouts/partials/header.html b/themes/simple/layouts/partials/header.html deleted file mode 100755 index 1b1f279..0000000 --- a/themes/simple/layouts/partials/header.html +++ /dev/null @@ -1,25 +0,0 @@ -
-
-

- -

- - -
-
diff --git a/themes/simple/layouts/partials/navigation.html b/themes/simple/layouts/partials/navigation.html index 8d83a43..eada2d5 100755 --- a/themes/simple/layouts/partials/navigation.html +++ b/themes/simple/layouts/partials/navigation.html @@ -1,10 +1,10 @@
-

+

+
-