Skip to content
Snippets Groups Projects
Commit 0622857b authored by Martyn Welch's avatar Martyn Welch
Browse files

Add custom layout for redirects


There are a number of rules setup to redirect to qa.images.org for test
cases. We can do this with a custom layout and slightly abusing the "title"
variable in the front matter to give us the name of the test.

Signed-off-by: default avatarMartyn Welch <martyn.welch@collabora.com>
parent 5e612927
No related branches found
No related tags found
1 merge request!3Wip/martyn/t6719
<!DOCTYPE html>
<html>
<head>
<title>https://qa.apertis.org/{{ .Title }}.html</title>
<link rel="canonical" href="https://qa.apertis.org/{{ .Title }}.html"/>
<meta name="robots" content="noindex">
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta http-equiv="refresh" content="0; url=https://qa.apertis.org/{{ .Title }}.html"/>
</head>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment