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

header.html « partials « layouts - github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 83361bdf728b8b2082e3fe173d2db2cb651b40d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<div class="d-flex flex-row justify-content-between align-items-center mt-2">
<div class="d-flex flex-row row">
  <h3 class="main-menu mr-3">
    <a href="{{ .Site.BaseURL }}">Home</a>
  </h3>
  <h3 class="main-menu mr-3">
    <a href="{{ "blog" | relURL }}">Blog</a>
  </h3>
</div>
{{ partial "toggleTheme" . }}
</div>