mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
site: add rel link to markdown output
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
{{ partial "meta.html" . }}
|
||||
{{- range .AlternativeOutputFormats -}}
|
||||
<link rel="{{ .Rel }}" type="{{ .MediaType.Type }}" href="{{ .Permalink }}" />
|
||||
{{ end -}}
|
||||
{{ partial "utils/css.html" "-" }}
|
||||
{{- if hugo.IsProduction -}}
|
||||
<script
|
||||
|
||||
Reference in New Issue
Block a user