Fix link opening in new window (#8368)
The way we previously did it in Jekyll doesn't work with Black Friday. There are a few workarounds, but the easiest way to fix it is to just change those links to HTML email.
This commit is contained in:
committed by
k8s-ci-robot
parent
088443fefb
commit
c2e423b862
@@ -5,7 +5,8 @@ content_template: templates/concept
|
||||
|
||||
{{% capture overview %}}
|
||||
|
||||
This page explains how documentation issues are reviewed and prioritized for the [kubernetes/website](https://github.com/kubernetes/website){: target="_blank"} repository. The purpose is to provide a way to organize issues and make it easier to contribute to Kubernetes documentation. The following should be used as the standard way of prioritizing, labeling, and interacting with issues.
|
||||
This page explains how documentation issues are reviewed and prioritized for the
|
||||
<a href="https://github.com/kubernetes/website" target="_blank" class="_">kubernetes/website</a> repository. The purpose is to provide a way to organize issues and make it easier to contribute to Kubernetes documentation. The following should be used as the standard way of prioritizing, labeling, and interacting with issues.
|
||||
{{% /capture %}}
|
||||
|
||||
{{% capture body %}}
|
||||
|
||||
Reference in New Issue
Block a user