From 8174f2ee441bf4224665271eeea99c20c9e295ea Mon Sep 17 00:00:00 2001 From: httpjamesm <51917118+httpjamesm@users.noreply.github.com> Date: Sun, 5 May 2024 15:23:09 -0400 Subject: [PATCH] fix: remove alt from homepage logo, add "logo" alt to question header (#116) * fix: remove alt from homepage logo, add "logo" alt to question header * fix: set logo alt on question.html to "AnonymousOverflow home" --- templates/home.html | 137 +++++++++++++++------------------ templates/question.html | 163 ++++++++++++++++++---------------------- 2 files changed, 133 insertions(+), 167 deletions(-) diff --git a/templates/home.html b/templates/home.html index 036524b..057e062 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,81 +1,62 @@ -
-- AnonymousOverflow allows you to view StackOverflow threads - without the cluttered interface and exposing your IP address, - browsing habits and other browser fingerprint data to - StackOverflow. -
- {{ if .successMessage }} -Success: {{ .successMessage }}
-Error: {{ .errorMessage }}
-+ AnonymousOverflow allows you to view StackOverflow threads + without the cluttered interface and exposing your IP address, + browsing habits and other browser fingerprint data to + StackOverflow. +
+ {{ if .successMessage }} +Success: {{ .successMessage }}
+Error: {{ .errorMessage }}
+