summaryrefslogtreecommitdiffstats
path: root/gen.sh
diff options
context:
space:
mode:
authorTyler Davis <tyler@gluecode.net>2025-01-02 16:20:05 +0000
committerTyler Davis <tyler@gluecode.net>2025-01-02 16:57:38 +0000
commitbc8ff7cfc40c6d6a1c714f029e66112bdef146f7 (patch)
treee7fc08f4704c5083ab6483c71701ce7cbc8048f7 /gen.sh
parent1b4158d02127cd2c3a65e5592e69f4795312aea1 (diff)
downloadjournal-bc8ff7cfc40c6d6a1c714f029e66112bdef146f7.tar.gz
journal-bc8ff7cfc40c6d6a1c714f029e66112bdef146f7.zip
post: copy of sre article, fix img tags
Diffstat (limited to 'gen.sh')
-rwxr-xr-xgen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen.sh b/gen.sh
index c460f74..c7b015d 100755
--- a/gen.sh
+++ b/gen.sh
@@ -69,7 +69,7 @@ done
#### HEADER ####
HEADER=$(cat <<EOF
-<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Glue Code Journal</title> <style type="text/css"> body{margin: 40px auto; max-width: 650px; line-height: 1.6; font-size: 18px; color: #444; padding: 0 10px}h1, h2, h3{line-height: 1.2}</style> </head>
+<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Glue Code Journal</title> <style type="text/css"> body{margin: 40px auto; max-width: 650px; line-height: 1.6; font-size: 18px; color: #444; padding: 0 10px} h1, h2, h3{line-height: 1.2} img{width: 100%; max-width: 100%; height: auto;}</style> </head>
EOF
)