mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-10 17:47:51 -06:00
template: Remove meta and title partials.
Meta and title can only be placed inside head, so they are not reusable outside the base template.
This commit is contained in:
parent
f73f401d99
commit
5a17c7d1b1
@ -1,9 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ document.language-code }}">
|
||||
<head>
|
||||
{{ template.meta }}
|
||||
<meta charset="{{ document.text-encoding }}" />
|
||||
<meta name="author" content="{{ document.authors }}" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
{{ template.title }}
|
||||
<title>{{ document.project }} Documentation — {{ document.title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
{{ template.document }}
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
<meta charset="{{ document.text-encoding }}" />
|
||||
<meta name="author" content="{{ document.authors }}" />
|
||||
@ -1,7 +1,5 @@
|
||||
---
|
||||
Base: base.html
|
||||
Meta: meta.html
|
||||
Title: title.html
|
||||
Header: header.html
|
||||
Nav: nav.html
|
||||
Notice: notice.html
|
||||
|
||||
@ -1 +0,0 @@
|
||||
<title>{{ document.project }} Documentation — {{ document.title }}</title>
|
||||
Loading…
x
Reference in New Issue
Block a user