~/selfhut

selfhut/templates/navbar.html.hbs -rw-r--r-- 2.01 kB
ef55c0da — arthurmelton summary 2 years ago

            
ef55c0da arthurmelton
070efc51 Arthur Melton
468a751a Arthur Melton
070efc51 Arthur Melton
468a751a Arthur Melton
070efc51 Arthur Melton
ef55c0da arthurmelton
468a751a Arthur Melton




































































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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<div class="header-tabbed" style="margin-top:56px">
  <div class="container">
    <h2>
      <a href="/">~</a>/{{repo}}
    </h2>
    <ul class="nav nav-tabs">
      <li class="nav-item">
        <a class="nav-link 
        {{#if (eq active "summary")}}
        active
        {{/if}}
        " href="/{{repo}}">summary</a>
      </li>
      {{#if config.website}}
        <li class="nav-item">
          <a class="nav-link" href="{{config.website}}" target="_new">website&nbsp;
            <span aria-hidden="true" class="icon icon-external-link-alt">
              <svg viewBox="0 0 576 512" xmlns="http://www.w3.org/2000/svg">
                <path d="M576 24v127.984c0 21.461-25.96 31.98-40.971 16.971l-35.707-35.709-243.523 243.523c-9.373 9.373-24.568 9.373-33.941 0l-22.627-22.627c-9.373-9.373-9.373-24.569 0-33.941L442.756 76.676l-35.703-35.705C391.982 25.9 402.656 0 424.024 0H552c13.255 0 24 10.745 24 24zM407.029 270.794l-16 16A23.999 23.999 0 0 0 384 303.765V448H64V128h264a24.003 24.003 0 0 0 16.97-7.029l16-16C376.089 89.851 365.381 64 344 64H48C21.49 64 0 85.49 0 112v352c0 26.51 21.49 48 48 48h352c26.51 0 48-21.49 48-48V287.764c0-21.382-25.852-32.09-40.971-16.97z"></path>
              </svg>
            </span>
          </a>
        </li>
      {{/if}}
      <li class="nav-item">
        <a class="nav-link
        {{#if (eq active "tree")}}
        active
        {{/if}}
        " href="/{{repo}}/tree">tree</a>
      </li>
      <li class="nav-item">
        <a class="nav-link
        {{#if (eq active "log")}}
        active
        {{/if}}
        " href="/{{repo}}/log">log</a>
      </li>
      <li class="nav-item">
        <a class="nav-link
        {{#if (eq active "refs")}}
        active
        {{/if}}
        " href="/{{repo}}/refs">refs</a>
      </li>
      <li class="nav-item">
        <a class="nav-link
        {{#if (eq active "mailing_list")}}
        active
        {{/if}}
        " href="/{{repo}}/lists">mailing lists</a>
      </li>
    </ul>
  </div>
</div>