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

subnav.html « partials « layouts « src - github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e824c27fae9e8b2ddadaedf2f47785a923effdee (plain)
1
2
3
4
5
6
7
8
9
10
<nav class="bd-subnavbar pt-2 pb-3 pb-md-2">
  <div class="container d-flex align-items-md-center py-2">
    <nav class="nav mx-auto">
      <a class="nav-link text-dark py-1{{ if .IsHome }} fw-600{{ end }}" href="/">All posts</a>
      <a class="nav-link text-dark py-1{{ if eq .Page.Title "Archive" }} fw-600{{ end }}" href="/archive/">Archive</a>
      <a class="nav-link text-dark py-1{{ if eq .Page.Title "Videos" }} fw-600{{ end }}" href="/videos/">Videos</a>
      <a class="nav-link text-dark py-1" href="{{ absURL "/feed.xml" }}">Subscribe</a>
    </nav>
  </div>
</nav>