File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
content/en/blog/_posts/2020-10-01-contributing-to-the-development-guide Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ linkTitle: "Contributing to the Development Guide"
4
4
Author : Erik L. Arneson
5
5
Description : " A new contributor describes the experience of writing and submitting changes to the Kubernetes Development Guide."
6
6
date : 2020-10-01
7
+ canonicalUrl : https://www.kubernetes.dev/blog/2020/09/28/contributing-to-the-development-guide/
7
8
resources :
8
9
- src : " jorge-castro-code-of-conduct.jpg"
9
10
title : " Jorge Castro announcing the Kubernetes Code of Conduct during a weekly SIG ContribEx meeting."
Original file line number Diff line number Diff line change 4
4
{{ partial "head.html" . }}
5
5
< title > {{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }}</ title >
6
6
< script defer src ="https://use.fontawesome.com/releases/v5.0.6/js/all.js "> </ script >
7
+ {{ with .Params.canonicalUrl }}
8
+ < link rel ="canonical " href ="{{ . }} ">
9
+ {{ end }}
7
10
</ head >
8
11
< body class ="td-{{ .Kind }} td-blog ">
9
12
< header >
You can’t perform that action at this time.
0 commit comments