blogtmpls: add viewport stuff for mobile
crispy-caesus crispy@crispy-caesus.eu
Wed, 25 Mar 2026 00:03:28 +0100
2 files changed,
2 insertions(+),
0 deletions(-)
M
templates/blogpost.gotmpl
→
templates/blogpost.gotmpl
@@ -1,6 +1,7 @@
<!doctype html> <html lang="en"> <head> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>{{.Title}}</title> <link rel="stylesheet" href="../static/global.css" /> <link rel="stylesheet" href="../static/blog.css" />
M
templates/blogposts.gotmpl
→
templates/blogposts.gotmpl
@@ -2,6 +2,7 @@ <!doctype html>
<html lang="en"> <head> <title>crispy blog</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="stylesheet" href="../static/global.css" /> <link rel="stylesheet" href="../static/blogPage.css" /> <link rel="icon" type="image/png" href="../static/banan_icon.png" />