mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 04:35:53 -06:00
template: Move viewport meta to base template.
This commit is contained in:
parent
6431532d01
commit
d86e489b08
@ -2,6 +2,7 @@
|
||||
<html lang="{{ document.language-code }}">
|
||||
<head>
|
||||
{{ template.meta }}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{{ template.title }}
|
||||
{{ template.styles }}
|
||||
</head>
|
||||
|
||||
@ -1,3 +1,2 @@
|
||||
<meta charset="{{ document.text-encoding }}" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="{{ document.authors }}" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user