diff --git a/go.mod b/go.mod index 45abb76..22fd146 100644 --- a/go.mod +++ b/go.mod @@ -11,3 +11,5 @@ require ( humungus.tedunangst.com/r/go-sqlite3 v1.1.3 humungus.tedunangst.com/r/webs v0.6.63 ) + +replace humungus.tedunangst.com/r/webs => ../webs diff --git a/views/honk.html b/views/honk.html index e44c31b..bdad39f 100644 --- a/views/honk.html +++ b/views/honk.html @@ -52,7 +52,7 @@ in reply to: {{ .RID }}
{{ .HTPrecis }}
{{ .HTML }}
{{ with .Time }}
diff --git a/views/style.css b/views/style.css
index 4b91a28..326edb5 100644
--- a/views/style.css
+++ b/views/style.css
@@ -309,7 +309,7 @@ input[type=file] {
.limited details.actions summary {
color: var(--fg-limited);
}
-details.noise[open] summary {
+details.noise[open] summary.noise {
display: none;
}
h1, h2 {
{{ .HTPrecis }}
+{{ .HTPrecis }}