mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-26 03:58:45 +08:00
26 lines
977 B
HTML
26 lines
977 B
HTML
<footer>
|
|
<div class='container'>
|
|
<ul class='list-inline'>
|
|
<li>
|
|
<a href='{{ site.github.repository_url }}'>GitHub</a>
|
|
</li>
|
|
<li>
|
|
<a href='https://twitter.com/mRemoteNG'>Twitter</a>
|
|
</li>
|
|
<li>
|
|
<a href='https://gitter.im/mRemoteNG/PublicChat'>Gitter</a>
|
|
</li>
|
|
</ul>
|
|
<p>Copyright © {{ 'now' | date: '%Y' }} mRemoteNG</p>
|
|
</div>
|
|
</footer>
|
|
{% if jekyll.environment == 'production' %}
|
|
<script>
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
|
|
ga('create', 'UA-437347-4', 'auto');
|
|
ga('send', 'pageview');
|
|
</script>
|
|
{% endif %} |