mirror of
https://github.com/distribution/distribution.git
synced 2025-09-12 21:28:59 +00:00
docs: add hugo site
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
11
docs/themes/hugo-geekdoc/layouts/_default/list.html
vendored
Normal file
11
docs/themes/hugo-geekdoc/layouts/_default/list.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{{ define "main" }}
|
||||
{{ partial "page-header" . }}
|
||||
|
||||
|
||||
<article
|
||||
class="gdoc-markdown gdoc-markdown__align--{{ default "left" (.Page.Params.geekdocAlign | lower) }}"
|
||||
>
|
||||
<h1>{{ partial "utils/title" . }}</h1>
|
||||
{{ partial "utils/content" . }}
|
||||
</article>
|
||||
{{ end }}
|
Reference in New Issue
Block a user