We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/google
/known-logs
1 parent d9bffe0 commit ce30856Copy full SHA for ce30856
content/google/index.html
@@ -1,12 +1,8 @@
1
---
2
title: Google / Known Logs
3
url: /google
4
-layout: index
+type: redirect
5
+target: "https://github.com/google/certificate-transparency-community-site/blob/master/docs/google/known-logs.md"
6
aliases:
7
- /known-logs
8
-<section>
9
- <div class='wrap'>
10
- {{< read-markdown-file "/docs/google/known-logs.md" >}}
11
- </div>
12
-</section>
layouts/redirect/single.html
@@ -0,0 +1 @@
+{{- template "_internal/alias.html" (dict "Permalink" .Params.target) -}}
0 commit comments