diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-09-11 01:29:07 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-09-11 01:29:07 +0200 |
commit | 6579a18ad5ea550eaf116f438208da9db2f6337b (patch) | |
tree | 3f548f70420f018ab152e467f7a41c59953203f1 /gsp.5 | |
parent | 1e49191f5afab7fed8a3f162c9b7e672225c2fdc (diff) |
Fix invalid markup in example
Diffstat (limited to 'gsp.5')
-rw-r--r-- | gsp.5 | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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 { |