2015-01-27 21:17:09 -05:00
|
|
|
<hr style="margin: 2em auto 0.25em;">
|
|
|
|
<div style="font-size: medium; font-style: italic; text-align: right;">Hugo v{{ .Hugo.Version }} documentation</div>
|
2014-05-28 01:37:33 -04:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
<div class="col-md-1">
|
2014-08-19 21:28:37 -04:00
|
|
|
{{ if .IsPage }}
|
2014-05-28 01:37:33 -04:00
|
|
|
{{ with .GetParam "next" }}
|
|
|
|
<a class="navigation next" href="{{.}}">
|
|
|
|
<i class="fa fa-angle-right"> </i>
|
|
|
|
</a>
|
|
|
|
{{ end }}
|
2014-08-19 21:28:37 -04:00
|
|
|
{{ end }}
|
2014-05-28 01:37:33 -04:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- page start-->
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
<!--main content end-->
|
|
|
|
</section>
|
|
|
|
<!-- container section end -->
|
|
|
|
<!-- javascripts -->
|
2014-08-20 13:13:51 -04:00
|
|
|
<script src="/js/jquery-2.1.1.min.js"></script>
|
|
|
|
<script src="/js/jquery.scrollTo.min.js"></script>
|
2014-05-28 01:37:33 -04:00
|
|
|
<script src="/js/bootstrap.min.js"></script>
|
|
|
|
<!--custom script for all page-->
|
2014-05-29 17:40:59 -04:00
|
|
|
<script src="/js/highlight.pack.js"></script>
|
2014-05-28 01:37:33 -04:00
|
|
|
<script>hljs.initHighlightingOnLoad();</script>
|
|
|
|
<script src="/js/scripts.js"></script>
|
|
|
|
<script async defer id="github-bjs" src="/js/buttons.js"></script>
|
|
|
|
{{ template "partials/analytics.html" . }}
|
|
|
|
</body>
|
|
|
|
</html>
|