mirror of https://github.com/docker/docs.git
commit
f2ab28125a
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 15 KiB |
|
@ -38,7 +38,7 @@ related:
|
|||
|
||||
build:
|
||||
buildStats:
|
||||
enabled: true
|
||||
enable: true
|
||||
cachebusters:
|
||||
- source: assets/watching/hugo_stats\.json
|
||||
target: styles\.css
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<header class="sticky top-0 z-20 h-16 px-4 text-white bg-gradient-to-r from-accent-light to-blue-light-500 dark:from-accent-dark dark:to-blue-dark-100">
|
||||
<div class="mx-auto flex h-full max-w-[1440px] items-center justify-between">
|
||||
<div class="mx-auto flex h-full max-w-[1400px] items-center justify-between">
|
||||
<div class="flex h-full items-center gap-8 md:gap-2">
|
||||
<button x-data tabindex="4" @click="() => {
|
||||
$store.showSidebar = ! $store.showSidebar;
|
||||
|
@ -14,9 +14,10 @@
|
|||
menu
|
||||
</button>
|
||||
<div>
|
||||
{{/* main logo */}}
|
||||
<a href="{{ site.BaseURL }}">
|
||||
<div>
|
||||
{{ readFile "static/assets/images/docker-docs-logo.svg" | safeHTML }}
|
||||
{{- (resources.Get "images/docs-logo-white-full.svg").Content | safe.HTML -}}
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 20 KiB |
Loading…
Reference in New Issue