mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-24 08:46:24 -07:00
Adds viewport meta tag to img_header.html
Add viewport meta tag to img_header.html to make threads/posts look better on mobile devices
This commit is contained in:
parent
10b0bd6167
commit
cb50d0424c
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
{{with $.op.Subject}}
|
||||
{{if ne $.op.Subject ""}}
|
||||
<title>/{{$.board.Dir}}/ - {{truncateString $.op.Subject 20 true}}</title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue