comparison clipkit_repo/docs/_templates/sidebar-top.html @ 0:49b058e85902 draft

"planemo upload for repository https://github.com/jlsteenwyk/clipkit commit cbe1e8577ecb1a46709034a40dff36052e876e7a-dirty"
author padge
date Fri, 25 Mar 2022 13:04:31 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:49b058e85902
1 <!-- Global site tag (gtag.js) - Google Analytics -->
2 <script async src="https://www.googletagmanager.com/gtag/js?id=UA-169242151-1"></script>
3 <script>
4 window.dataLayer = window.dataLayer || [];
5 function gtag(){dataLayer.push(arguments);}
6 gtag('js', new Date());
7
8 gtag('config', 'UA-169242151-1');
9 </script>
10
11 <link href='http://fonts.googleapis.com/css?family=Oxygen:300,400,700' rel='stylesheet'>
12 <script async defer src="https://buttons.github.io/buttons.js"></script>
13
14 {% if prerelease %}
15 <script>
16 $(document).ready(function() {
17 $('body').prepend('<div id="dev-warning">Warning: This is the documentation for a pre-release version of ClipKIT.</div>')
18 });
19 </script>
20 {% endif %}
21
22 <div id="logo">
23 <center>
24 <a href="{{ pathto(master_doc) }}"><img src="{{ pathto('_static/img/sidebar_logo_sphnix.jpg', 1) }}" height="150" alt="ClipKIT logo"/></a>
25 </center>
26 </div>
27
28 <div id="gh-buttons">
29 <a class="github-button" href="https://github.com/jlsteenwyk/clipkit" aria-label="View jlsteenwyk/clipkit on GitHub" data-style="mega">Source</a>
30 <a class="github-button" href="https://github.com/jlsteenwyk/clipkit/issues" data-icon="octicon-issue-opened" aria-label="Issue jlsteenwyk/clipkit on GitHub" data-style="mega">Issue</a>
31 </div>