1
0
Fork 0
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:
pqyptixa 2018-04-23 14:15:20 -03:00 committed by GitHub
parent 10b0bd6167
commit cb50d0424c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>