mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 04:35:53 -06:00
template: Move styles and scripts inside article tag.
Encapsulating more information within the article tag for embedded output.
This commit is contained in:
parent
f4c5717a5e
commit
f73f401d99
@ -4,10 +4,8 @@
|
||||
{{ template.meta }}
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{{ template.title }}
|
||||
{{ template.styles }}
|
||||
</head>
|
||||
<body>
|
||||
{{ template.document }}
|
||||
{{ template.scripts }}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
<article class="docs {{ document.type }}" lang="{{ document.language-code }}" charset="{{ document.text-encoding }}">
|
||||
{{ template.styles }}
|
||||
{{ template.header }}
|
||||
{{ template.notice }}
|
||||
{{ document.content }}
|
||||
{{ template.footer }}
|
||||
{{ template.scripts }}
|
||||
</article>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user