2016-01-04 12:15:08 -05:00
|
|
|
<div class="row">
|
|
|
|
<div class="footer-panel">
|
|
|
|
<p>Last revision: {{ .Lastmod.Format "January 2, 2006" }}
|
|
|
|
<span style="float: right;">Hugo v{{ .Hugo.Version }} documentation</span>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-05-11 12:39:40 -04:00
|
|
|
|
2014-05-28 01:37:33 -04:00
|
|
|
</div>
|
|
|
|
</section>
|
2015-05-11 12:39:40 -04:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2014-05-28 01:37:33 -04:00
|
|
|
<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 -->
|
2015-12-19 14:19:26 -05:00
|
|
|
<script src="/js/jquery-2.1.4.min.js"></script>
|
2014-08-20 13:13:51 -04:00
|
|
|
<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>
|
2016-03-24 15:06:35 -04:00
|
|
|
<!-- Algolia search -->
|
|
|
|
<script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/1/docsearch.min.js"></script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
docsearch({
|
|
|
|
apiKey: '167e7998590aebda7f9fedcf86bc4a55',
|
|
|
|
indexName: 'hugodocs',
|
|
|
|
inputSelector: '#search-input',
|
|
|
|
algoliaOptions: {
|
|
|
|
hitsPerPage: 5
|
|
|
|
}
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
<!-- Google Analytics -->
|
2014-05-28 01:37:33 -04:00
|
|
|
{{ template "partials/analytics.html" . }}
|
|
|
|
</body>
|
|
|
|
</html>
|