template: Update tag prefix.

This commit is contained in:
Bradley Sepos 2016-04-04 19:39:01 -04:00
parent 0deb881d72
commit cedcf6f493
4 changed files with 7 additions and 7 deletions

View File

@ -1,10 +1,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="{{ meta.language-code }}"> <html lang="{{ document.language-code }}">
<head> <head>
<meta charset="{{ meta.text-encoding }}" /> <meta charset="{{ document.text-encoding }}" />
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="{{ meta.authors }}" /> <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" /> <link rel="stylesheet" type="text/css" href="{{ base.relpath }}style/style.css" />
</head> </head>
<body> <body>

View File

@ -1,4 +1,4 @@
<footer> <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> <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 {{ meta.copyright }}. <a href="{{ base.relpath }}license-summary.html" title="License Summary"><abbr title="{{ meta.license }}">{{ meta.license-abbr }}</abbr></a>.</small> <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> </footer>

View File

@ -1,3 +1,3 @@
<header> <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> </header>

View File

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta http-equiv="refresh" content="0; url={{ meta.redirect-url }}"> <meta http-equiv="refresh" content="0; url={{ document.redirect-url }}">
<title>Redirecting</title> <title>Redirecting</title>
</head> </head>
<body> <body>