docs-v2/layouts/partials/footer.html

19 lines
524 B
HTML
Raw Normal View History

{{ $productPathData := findRE "[^/]+.*?" .RelPermalink }}
{{ $product := index $productPathData 0 }}
{{ $currentVersion := index $productPathData 1 | default "v2.0"}}
2020-04-16 15:59:35 +00:00
<!-- Modals -->
{{ partial "footer/modals.html" . }}
{{ partial "footer/feature-callout.html" . }}
{{ partial "footer/fullscreen-code.html" . }}
2020-04-16 15:59:35 +00:00
2019-01-19 23:10:22 +00:00
<!-- Docsearch JS -->
{{ partial "footer/search.html" . }}
2019-01-19 23:10:22 +00:00
<!-- Docs Notifications -->
{{ partial "footer/notifications.html" . }}
2018-12-13 18:47:02 +00:00
</body>
{{ partial "footer/javascript.html" . }}
2018-12-13 18:47:02 +00:00
</html>