Skip to content

Commit ce30856

Browse files
authored
Redirect /google and /known-logs to GitHub markdown doc (#97)
1 parent d9bffe0 commit ce30856

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

content/google/index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
---
22
title: Google / Known Logs
33
url: /google
4-
layout: index
4+
type: redirect
5+
target: "https://github.com/google/certificate-transparency-community-site/blob/master/docs/google/known-logs.md"
56
aliases:
67
- /known-logs
78
---
8-
<section>
9-
<div class='wrap'>
10-
{{< read-markdown-file "/docs/google/known-logs.md" >}}
11-
</div>
12-
</section>

layouts/redirect/single.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{{- template "_internal/alias.html" (dict "Permalink" .Params.target) -}}

0 commit comments

Comments
 (0)