aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-09-11 01:29:07 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-09-11 01:29:07 +0200
commit6579a18ad5ea550eaf116f438208da9db2f6337b (patch)
tree3f548f70420f018ab152e467f7a41c59953203f1
parent1e49191f5afab7fed8a3f162c9b7e672225c2fdc (diff)
Fix invalid markup in example
-rw-r--r--gsp.511
1 files changed, 7 insertions, 4 deletions
diff --git a/gsp.5 b/gsp.5
index c6678be..e38ab69 100644
--- a/gsp.5
+++ b/gsp.5
@@ -21,10 +21,13 @@ document might look as follows:
.Bd -literal -offset indent
html lang="en" {
head {
- meta charset="UTF-8"
- meta name="viewport" content="width=device-width, initial-scale=1.0"
- link href="/favicon.svg" rel="shortcut icon" type="image/svg"
- link href="/style.svg" rel="stylesheet"
+ meta charset="UTF-8" {}
+ meta
+ name="viewport"
+ content="width=device-width, initial-scale=1.0"
+ {}
+ link href="/favicon.svg" rel="shortcut icon" type="image/svg" {}
+ link href="/style.svg" rel="stylesheet" {}
title {-My Website Title}
}
body {