Welcome to mirror list, hosted at ThFree Co, Russian Federation.

header.html « partials « layouts - github.com/darshanbaral/ghazal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a202352b12d2a123394023c63d3a0f3252dfe75c (plain)
1
2
3
4
5
6
7
8
9
10
11
{{ if not .IsHome}}
<header
  style="background-color: inherit; display: block; width: 100%; height: 70px; max-width: 960px; position: fixed; z-index: 20; margin: 0; top: 0;"
>
  <div
    style="display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; align-items: flex-end; padding: 0 1em 0 2em; height: 100%;"
  >
    {{ partial "breadcrumb.html" . }}
  </div>
</header>
{{ end }} {{ partial "hamburgerCross.html" . }}