summaryrefslogtreecommitdiff
path: root/src/templates/left.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/left.tmpl')
-rw-r--r--src/templates/left.tmpl30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/templates/left.tmpl b/src/templates/left.tmpl
new file mode 100644
index 0000000..c82c692
--- /dev/null
+++ b/src/templates/left.tmpl
@@ -0,0 +1,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>