2015-10-02 03:24:38 +02:00
|
|
|
<footer class="mdl-mini-footer">
|
|
|
|
<div class="mdl-mini-footer__left-section">
|
|
|
|
<span class="mdl-typography__font-light">© 2015 LabStack</span>
|
|
|
|
</div>
|
|
|
|
<div class="mdl-mini-footer__right-section">
|
|
|
|
<ul class="mdl-mini-footer__link-list">
|
2015-10-04 06:49:22 +02:00
|
|
|
<li class="github">
|
|
|
|
<a href="https://github.com/labstack" target="_blank">
|
|
|
|
<i class="fa fa-github fa-2x"></i>
|
2015-10-02 03:24:38 +02:00
|
|
|
</a>
|
|
|
|
</li>
|
2015-10-04 06:49:22 +02:00
|
|
|
<li class="facebook">
|
|
|
|
<a href="https://facebook.com/labstack" target="_blank">
|
|
|
|
<i class="fa fa-facebook fa-2x"></i>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li class="twitter">
|
|
|
|
<a href="http://twitter.com/labstack" target="_blank">
|
2015-10-02 03:24:38 +02:00
|
|
|
<i class="fa fa-twitter-square fa-2x"></i>
|
|
|
|
</a>
|
|
|
|
</li>
|
2015-10-04 06:49:22 +02:00
|
|
|
<li class="google">
|
|
|
|
<a href="http://plus.google.com/+labstack" target="_blank">
|
2015-10-02 03:24:38 +02:00
|
|
|
<i class="fa fa-google-plus-square fa-2x"></i>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</footer>
|
2015-10-03 04:48:47 +02:00
|
|
|
<script src="/scripts/highlight.pack.min.js"></script>
|
2015-10-06 00:52:07 +02:00
|
|
|
<script src="/scripts/echo.js"></script>
|
2015-10-02 03:24:38 +02:00
|
|
|
<script>hljs.initHighlightingOnLoad();</script>
|
|
|
|
<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', '//www.google-analytics.com/analytics.js', 'ga');
|
|
|
|
|
|
|
|
ga('create', '{{ .Site.Params.googleAnayticsId }}', 'auto');
|
|
|
|
ga('send', 'pageview');
|
|
|
|
</script>
|