This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
<div class="cmdblock">
|
||||
<nav aria-label="breadcrumb" class="breadcrumb">
|
||||
{{- partial "cmdline" (slice "pwd") }}
|
||||
<ol>
|
||||
{{ range .Ancestors.Reverse }}
|
||||
<li>
|
||||
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
<li class="active">
|
||||
<a aria-current="page" href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
|
||||
</li>
|
||||
</ol>
|
||||
</nav>
|
||||
</div>
|
||||
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
|
||||
@@ -0,0 +1,2 @@
|
||||
<span class="cmdline" aria-hidden="true">{{ partial "prompt" . }}{{ partial "command" . }}</span>
|
||||
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
|
||||
@@ -0,0 +1,2 @@
|
||||
<span class="command">{{ delimit . " " }}</span>
|
||||
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
|
||||
@@ -1,2 +1,4 @@
|
||||
{{ partial "breadcrumb.html" . }}
|
||||
|
||||
{{ partial "menu.html" . }}
|
||||
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
<span class="prompt" >$</span>
|
||||
{{/* vim: set tw=80 ts=2 sw=2 sts=2 ft=gohtmltmpl: */}}
|
||||
Reference in New Issue
Block a user