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

header.html « partials « layouts - github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7665f3d633b519c9302df22de6cc52e927eb3ee5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<header>
  <div class="container">
    <div class="header-group">
      <div class="header-logo-container">
        <a class="header-logo-link" href="{{ "/" | absLangURL }}">
          <img class="header-logo-circle" src="{{ .Site.Params.siteLogo100 | absURL }}" alt="Header Logo">
        </a>
      </div>

      <h1 class="header-title">
        <a href="{{ "/" | absLangURL }}">
          {{ .Site.Title }}
        </a>
      </h1>
    </div>
  </div>
</header>