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

font.html « _default « layouts « docs - github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e525458d7c8a54006b18fc3af49ded72b959645d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html lang="en">
  <head>
    {{ partial "head" . }}
  </head>
  <body id="icons-body" class="text-center">
    {{ partialCached "skippy" . }}
    {{ partialCached "navbar" . }}

    <main class="container-xxl bd-gutter" id="content">
      <nav aria-label="breadcrumb">
        <ol class="breadcrumb my-4 p-0">
          <li class="breadcrumb-item"><a href="/">Icons</a></li>
          <li class="breadcrumb-item active" aria-current="page">Font</li>
        </ol>
      </nav>
      {{ partialCached "icons" . "fonts" }}

      {{ .Content }}
    </main>

    {{- partialCached "footer" . }}
    {{- partialCached "scripts" . "fonts" }}
  </body>
</html>