mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-10 17:47:51 -06:00
template: Update tag prefix.
This commit is contained in:
parent
0deb881d72
commit
cedcf6f493
@ -1,10 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ meta.language-code }}">
|
||||
<html lang="{{ document.language-code }}">
|
||||
<head>
|
||||
<meta charset="{{ meta.text-encoding }}" />
|
||||
<meta charset="{{ document.text-encoding }}" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="author" content="{{ meta.authors }}" />
|
||||
<title>{{ meta.project }} Documentation - {{ meta.title }}</title>
|
||||
<title>{{ document.project }} Documentation - {{ document.title }}</title>
|
||||
<link rel="stylesheet" type="text/css" href="{{ base.relpath }}style/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
<footer>
|
||||
<p><span class="authorship">This article is part of the <a href="{{ base.relpath }}" title="{{ meta.project }} Documentation">{{ meta.project }} Documentation</a> and was written by {{ meta.authors }}.</span> <span class="contributing"><a href="https://github.com/HandBrake/HandBrake-docs" title="HandBrake Documentation on GitHub">Join us on GitHub</a> to contribute your thoughts and ideas, and to suggest any corrections.</span></p>
|
||||
<small class="copyright">Copyright {{ meta.copyright }}. <a href="{{ base.relpath }}license-summary.html" title="License Summary"><abbr title="{{ meta.license }}">{{ meta.license-abbr }}</abbr></a>.</small>
|
||||
<p><span class="authorship">This article is part of the <a href="{{ base.relpath }}" title="{{ document.project }} Documentation">{{ document.project }} Documentation</a> and was written by {{ document.authors }}.</span> <span class="contributing"><a href="https://github.com/HandBrake/HandBrake-docs" title="HandBrake Documentation on GitHub">Join us on GitHub</a> to contribute your thoughts and ideas, and to suggest any corrections.</span></p>
|
||||
<small class="copyright">Copyright {{ document.copyright }}. <a href="{{ base.relpath }}license-summary.html" title="License Summary"><abbr title="{{ document.license }}">{{ document.license-abbr }}</abbr></a>.</small>
|
||||
</footer>
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
<header>
|
||||
<div class="breadcrumbs">{{ meta.language }} Docs > {{ meta.project }} {{ meta.project-version }} > {{ meta.title }}</div>
|
||||
<div class="breadcrumbs">{{ document.language }} Docs > {{ document.project }} {{ document.project-version }} > {{ document.title }}</div>
|
||||
</header>
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="refresh" content="0; url={{ meta.redirect-url }}">
|
||||
<meta http-equiv="refresh" content="0; url={{ document.redirect-url }}">
|
||||
<title>Redirecting</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user