summaryrefslogtreecommitdiff
path: root/src/templates/left.tmpl
blob: c82c6926f61e996f6959b7774445ff5b716bd09c (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
26
27
28
29
30
<nav tabindex="0" id="harr" class="hide_arrow" role="button" aria-labe="switch on/off panel">
    {{{ svg.lt }}}
</nav>
<aside id="side-bar">
  <a href="/{{ lang }}/" class="button">
  {{{ svg.ache }}}
  </a>
  <h2 id="ache"><a  href="/{{ lang}}/">Ache</a></h2>
  <div id="desc"><div id="desc_intro">{{{ intro.description }}}<br><span class="about">{{{ intro.about }}}</span></div><br><span class="about">{{{ intro.about_tags }}}</span><br></div>
  <nav>
    <ul>
      <li class="sommaire_blien"><a href="/{{ lang }}" title="{{ title.home }}">home</a>
      </li><li class="sommaire_blien"><a href="http://git.ache.one/" title="{{ title.git }}">git</a>
      </li>
    </ul>
  </nav>
  <nav id="ontheweb">
    <ul>
      <li class="about_bar"><a rel="me" href="https://mastodon.xyz/@ache" title="{{ title.mosto }}">
          {{{ svg.mastodon }}}
      </a></li>
      <li class="about_bar"><a href="https://git.ache.one" title="{{ title.git }}">
          {{{ svg.git }}}
      </a></li>
      <li class="about_bar"><a href="/{{ lang }}/rss.xml" title="Flux RSS">
          {{{ svg.rss }}}
      </a></li>
    </ul>
  </nav>
</aside>